/// <summary> /// Create a new bvc_Address object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="nickName">Initial value of the NickName property.</param> /// <param name="firstName">Initial value of the FirstName property.</param> /// <param name="middleInitial">Initial value of the MiddleInitial property.</param> /// <param name="lastName">Initial value of the LastName property.</param> /// <param name="company">Initial value of the Company property.</param> /// <param name="line1">Initial value of the Line1 property.</param> /// <param name="line2">Initial value of the Line2 property.</param> /// <param name="line3">Initial value of the Line3 property.</param> /// <param name="city">Initial value of the City property.</param> /// <param name="regionBvin">Initial value of the RegionBvin property.</param> /// <param name="regionName">Initial value of the RegionName property.</param> /// <param name="postalCode">Initial value of the PostalCode property.</param> /// <param name="countryBvin">Initial value of the CountryBvin property.</param> /// <param name="countryName">Initial value of the CountryName property.</param> /// <param name="countyBvin">Initial value of the CountyBvin property.</param> /// <param name="countyName">Initial value of the CountyName property.</param> /// <param name="phone">Initial value of the Phone property.</param> /// <param name="fax">Initial value of the Fax property.</param> /// <param name="webSiteUrl">Initial value of the WebSiteUrl property.</param> /// <param name="userBvin">Initial value of the UserBvin property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> /// <param name="addressType">Initial value of the AddressType property.</param> public static bvc_Address Createbvc_Address(global::System.Int32 id, global::System.String bvin, global::System.DateTime lastUpdated, global::System.String nickName, global::System.String firstName, global::System.String middleInitial, global::System.String lastName, global::System.String company, global::System.String line1, global::System.String line2, global::System.String line3, global::System.String city, global::System.String regionBvin, global::System.String regionName, global::System.String postalCode, global::System.String countryBvin, global::System.String countryName, global::System.String countyBvin, global::System.String countyName, global::System.String phone, global::System.String fax, global::System.String webSiteUrl, global::System.String userBvin, global::System.Int64 storeId, global::System.Int32 addressType) { bvc_Address bvc_Address = new bvc_Address(); bvc_Address.Id = id; bvc_Address.bvin = bvin; bvc_Address.LastUpdated = lastUpdated; bvc_Address.NickName = nickName; bvc_Address.FirstName = firstName; bvc_Address.MiddleInitial = middleInitial; bvc_Address.LastName = lastName; bvc_Address.Company = company; bvc_Address.Line1 = line1; bvc_Address.Line2 = line2; bvc_Address.Line3 = line3; bvc_Address.City = city; bvc_Address.RegionBvin = regionBvin; bvc_Address.RegionName = regionName; bvc_Address.PostalCode = postalCode; bvc_Address.CountryBvin = countryBvin; bvc_Address.CountryName = countryName; bvc_Address.CountyBvin = countyBvin; bvc_Address.CountyName = countyName; bvc_Address.Phone = phone; bvc_Address.Fax = fax; bvc_Address.WebSiteUrl = webSiteUrl; bvc_Address.UserBvin = userBvin; bvc_Address.StoreId = storeId; bvc_Address.AddressType = addressType; return bvc_Address; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_Address EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_Address(bvc_Address bvc_Address) { base.AddObject("bvc_Address", bvc_Address); }