예제 #1
0
        /// <summary>
        /// Create a new ENTRANCE object.
        /// </summary>
        /// <param name="entranceID">Initial value of the entranceID property.</param>
        public static ENTRANCE CreateENTRANCE(global::System.Guid entranceID)
        {
            ENTRANCE eNTRANCE = new ENTRANCE();

            eNTRANCE.entranceID = entranceID;
            return(eNTRANCE);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ENTRANCE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToENTRANCE(ENTRANCE eNTRANCE)
 {
     base.AddObject("ENTRANCE", eNTRANCE);
 }