Sage.Integration.Northwind.Application.Entities.Product.DataSets.AllProducts.AllProducts C# (CSharp) Метод

AllProducts() приватный Метод

private AllProducts ( ) : System
Результат System
        public AllProducts() {
            this.BeginInit();
            this.InitClass();
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            base.Relations.CollectionChanged += schemaChangedHandler;
            this.EndInit();
        }
        

Same methods

AllProducts::AllProducts ( System info, System context ) : System