コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MembershipFullPaymentComponents EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMembershipFullPaymentComponents(MembershipFullPaymentComponent membershipFullPaymentComponent)
 {
     base.AddObject("MembershipFullPaymentComponents", membershipFullPaymentComponent);
 }
コード例 #2
0
 public MembershipFullPaymentCostModel(MembershipFullPaymentComponent membershipFullPaymentComponent)
 {
     _membershipFullPaymentComponent = membershipFullPaymentComponent;
 }
コード例 #3
0
 /// <summary>
 /// Create a new MembershipFullPaymentComponent object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static MembershipFullPaymentComponent CreateMembershipFullPaymentComponent(global::System.Guid id)
 {
     MembershipFullPaymentComponent membershipFullPaymentComponent = new MembershipFullPaymentComponent();
     membershipFullPaymentComponent.ID = id;
     return membershipFullPaymentComponent;
 }