예제 #1
0
 /// <summary>
 /// Create a new StoreInformation object.
 /// </summary>
 /// <param name="storeNumber">Initial value of the StoreNumber property.</param>
 public static StoreInformation CreateStoreInformation(global::System.Int32 storeNumber)
 {
     StoreInformation storeInformation = new StoreInformation();
     storeInformation.StoreNumber = storeNumber;
     return storeInformation;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StoreInformations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStoreInformations(StoreInformation storeInformation)
 {
     base.AddObject("StoreInformations", storeInformation);
 }