示例#1
0
        public static ProductMasterVersionTranslation CreateProductMasterVersionTranslation(string productMasterNumber, string productMasterVersionId, string languageId, global::Microsoft.Dynamics.DataEntities.ProductMasterVersion productMasterVersion)
        {
            ProductMasterVersionTranslation productMasterVersionTranslation = new ProductMasterVersionTranslation();

            productMasterVersionTranslation.ProductMasterNumber    = productMasterNumber;
            productMasterVersionTranslation.ProductMasterVersionId = productMasterVersionId;
            productMasterVersionTranslation.LanguageId             = languageId;
            if ((productMasterVersion == null))
            {
                throw new global::System.ArgumentNullException("productMasterVersion");
            }
            productMasterVersionTranslation.ProductMasterVersion = productMasterVersion;
            return(productMasterVersionTranslation);
        }
示例#2
0
 partial void OnProductMasterVersionChanging(global::Microsoft.Dynamics.DataEntities.ProductMasterVersion value);