Ejemplo n.º 1
0
 /// <summary>
 /// Create a new bvc_AffiliateReferral object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="affiliateId">Initial value of the AffiliateId property.</param>
 /// <param name="referrerurl">Initial value of the referrerurl property.</param>
 /// <param name="timeOfReferralUtc">Initial value of the TimeOfReferralUtc property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_AffiliateReferral Createbvc_AffiliateReferral(global::System.Int64 id, global::System.Int64 affiliateId, global::System.String referrerurl, global::System.DateTime timeOfReferralUtc, global::System.Int64 storeId)
 {
     bvc_AffiliateReferral bvc_AffiliateReferral = new bvc_AffiliateReferral();
     bvc_AffiliateReferral.Id = id;
     bvc_AffiliateReferral.AffiliateId = affiliateId;
     bvc_AffiliateReferral.referrerurl = referrerurl;
     bvc_AffiliateReferral.TimeOfReferralUtc = timeOfReferralUtc;
     bvc_AffiliateReferral.StoreId = storeId;
     return bvc_AffiliateReferral;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_AffiliateReferral EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_AffiliateReferral(bvc_AffiliateReferral bvc_AffiliateReferral)
 {
     base.AddObject("bvc_AffiliateReferral", bvc_AffiliateReferral);
 }