/// <summary> /// Create a new bvc_Country object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="cultureCode">Initial value of the CultureCode property.</param> /// <param name="displayName">Initial value of the DisplayName property.</param> /// <param name="active">Initial value of the Active property.</param> /// <param name="iSOCode">Initial value of the ISOCode property.</param> /// <param name="iSOAlpha3">Initial value of the ISOAlpha3 property.</param> /// <param name="iSONumeric">Initial value of the ISONumeric property.</param> /// <param name="postalCodeValidationRegex">Initial value of the PostalCodeValidationRegex property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> public static bvc_Country Createbvc_Country(global::System.String bvin, global::System.String cultureCode, global::System.String displayName, global::System.Int32 active, global::System.String iSOCode, global::System.String iSOAlpha3, global::System.String iSONumeric, global::System.String postalCodeValidationRegex, global::System.DateTime lastUpdated) { bvc_Country bvc_Country = new bvc_Country(); bvc_Country.bvin = bvin; bvc_Country.CultureCode = cultureCode; bvc_Country.DisplayName = displayName; bvc_Country.Active = active; bvc_Country.ISOCode = iSOCode; bvc_Country.ISOAlpha3 = iSOAlpha3; bvc_Country.ISONumeric = iSONumeric; bvc_Country.PostalCodeValidationRegex = postalCodeValidationRegex; bvc_Country.LastUpdated = lastUpdated; return bvc_Country; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_Country EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_Country(bvc_Country bvc_Country) { base.AddObject("bvc_Country", bvc_Country); }