예제 #1
0
 /// <summary>
 /// Create a new bvc_MailingList object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="private">Initial value of the Private property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="lastUpdatedUtc">Initial value of the LastUpdatedUtc property.</param>
 public static bvc_MailingList Createbvc_MailingList(global::System.Int64 id, global::System.Int64 storeId, global::System.Boolean @private, global::System.String name, global::System.DateTime lastUpdatedUtc)
 {
     bvc_MailingList bvc_MailingList = new bvc_MailingList();
     bvc_MailingList.Id = id;
     bvc_MailingList.StoreId = storeId;
     bvc_MailingList.Private = @private;
     bvc_MailingList.Name = name;
     bvc_MailingList.LastUpdatedUtc = lastUpdatedUtc;
     return bvc_MailingList;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_MailingList EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_MailingList(bvc_MailingList bvc_MailingList)
 {
     base.AddObject("bvc_MailingList", bvc_MailingList);
 }