/// <summary> /// Create a new bvc_MailingListMember object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> /// <param name="listID">Initial value of the ListID property.</param> /// <param name="emailAddress">Initial value of the EmailAddress property.</param> /// <param name="firstName">Initial value of the FirstName property.</param> /// <param name="lastName">Initial value of the LastName property.</param> /// <param name="lastUpdatedUtc">Initial value of the LastUpdatedUtc property.</param> public static bvc_MailingListMember Createbvc_MailingListMember(global::System.Int64 id, global::System.Int64 storeId, global::System.Int64 listID, global::System.String emailAddress, global::System.String firstName, global::System.String lastName, global::System.DateTime lastUpdatedUtc) { bvc_MailingListMember bvc_MailingListMember = new bvc_MailingListMember(); bvc_MailingListMember.Id = id; bvc_MailingListMember.StoreId = storeId; bvc_MailingListMember.ListID = listID; bvc_MailingListMember.EmailAddress = emailAddress; bvc_MailingListMember.FirstName = firstName; bvc_MailingListMember.LastName = lastName; bvc_MailingListMember.LastUpdatedUtc = lastUpdatedUtc; return bvc_MailingListMember; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_MailingListMember EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_MailingListMember(bvc_MailingListMember bvc_MailingListMember) { base.AddObject("bvc_MailingListMember", bvc_MailingListMember); }