示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerCapacity EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerCapacity(CustomerCapacity customerCapacity)
 {
     base.AddObject("CustomerCapacity", customerCapacity);
 }
示例#2
0
 /// <summary>
 /// Create a new CustomerCapacity object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="iDCustomer">Initial value of the IDCustomer property.</param>
 /// <param name="iDAnimationType">Initial value of the IDAnimationType property.</param>
 /// <param name="iDPriority">Initial value of the IDPriority property.</param>
 /// <param name="iDItemType">Initial value of the IDItemType property.</param>
 /// <param name="intID">Initial value of the IntID property.</param>
 public static CustomerCapacity CreateCustomerCapacity(global::System.Guid id, global::System.Guid iDCustomer, global::System.Guid iDAnimationType, global::System.Guid iDPriority, global::System.Guid iDItemType, global::System.Int64 intID)
 {
     CustomerCapacity customerCapacity = new CustomerCapacity();
     customerCapacity.ID = id;
     customerCapacity.IDCustomer = iDCustomer;
     customerCapacity.IDAnimationType = iDAnimationType;
     customerCapacity.IDPriority = iDPriority;
     customerCapacity.IDItemType = iDItemType;
     customerCapacity.IntID = intID;
     return customerCapacity;
 }