Пример #1
0
 /// <summary>
 /// Create a new AddressInformation object.
 /// </summary>
 /// <param name="c__Id">Initial value of the C__Id property.</param>
 public static AddressInformation CreateAddressInformation(global::System.Int32 c__Id)
 {
     AddressInformation addressInformation = new AddressInformation();
     addressInformation.C__Id = c__Id;
     return addressInformation;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AddressInformations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAddressInformations(AddressInformation addressInformation)
 {
     base.AddObject("AddressInformations", addressInformation);
 }