示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NLAddressOrderTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNLAddressOrderTypes(NLAddressOrderType nLAddressOrderType)
 {
     base.AddObject("NLAddressOrderTypes", nLAddressOrderType);
 }
示例#2
0
 /// <summary>
 /// Create a new NLAddressOrderType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static NLAddressOrderType CreateNLAddressOrderType(global::System.Int32 id)
 {
     NLAddressOrderType nLAddressOrderType = new NLAddressOrderType();
     nLAddressOrderType.Id = id;
     return nLAddressOrderType;
 }