Пример #1
0
 /// <summary>
 /// Create a new CustomerTracking object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="operationType">Initial value of the OperationType property.</param>
 /// <param name="date">Initial value of the Date property.</param>
 /// <param name="customerId">Initial value of the CustomerId property.</param>
 public static CustomerTracking CreateCustomerTracking(global::System.Int64 id, global::System.String operationType, global::System.DateTime date, global::System.Int64 customerId)
 {
     CustomerTracking customerTracking = new CustomerTracking();
     customerTracking.Id = id;
     customerTracking.OperationType = operationType;
     customerTracking.Date = date;
     customerTracking.CustomerId = customerId;
     return customerTracking;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerTrackings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerTrackings(CustomerTracking customerTracking)
 {
     base.AddObject("CustomerTrackings", customerTracking);
 }