示例#1
0
 /// <summary>
 /// Create a new PersonConferences_Payment object.
 /// </summary>
 /// <param name="paymentTypeId">Initial value of the PaymentTypeId property.</param>
 /// <param name="companyId">Initial value of the CompanyId property.</param>
 /// <param name="money">Initial value of the Money property.</param>
 /// <param name="isComplect">Initial value of the IsComplect property.</param>
 /// <param name="orderNumber">Initial value of the OrderNumber property.</param>
 /// <param name="sourceId">Initial value of the SourceId property.</param>
 /// <param name="personConferenceId">Initial value of the PersonConferenceId property.</param>
 /// <param name="orderStatusId">Initial value of the OrderStatusId property.</param>
 public static PersonConferences_Payment CreatePersonConferences_Payment(global::System.Guid paymentTypeId, global::System.Guid companyId, global::System.Decimal money, global::System.Boolean isComplect, global::System.Int32 orderNumber, global::System.Int32 sourceId, global::System.Guid personConferenceId, global::System.Guid orderStatusId)
 {
     PersonConferences_Payment personConferences_Payment = new PersonConferences_Payment();
     personConferences_Payment.PaymentTypeId = paymentTypeId;
     personConferences_Payment.CompanyId = companyId;
     personConferences_Payment.Money = money;
     personConferences_Payment.IsComplect = isComplect;
     personConferences_Payment.OrderNumber = orderNumber;
     personConferences_Payment.SourceId = sourceId;
     personConferences_Payment.PersonConferenceId = personConferenceId;
     personConferences_Payment.OrderStatusId = orderStatusId;
     return personConferences_Payment;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PersonConferences_Payment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPersonConferences_Payment(PersonConferences_Payment personConferences_Payment)
 {
     base.AddObject("PersonConferences_Payment", personConferences_Payment);
 }