示例#1
0
        public MySqlUnicodeTestCollectionProxyStub(esEntityCollection <MySqlUnicodeTest> coll, bool dirtyRowsOnly, bool dirtyColumnsOnly)
        {
            foreach (MySqlUnicodeTest entity in coll)
            {
                switch (entity.RowState)
                {
                case esDataRowState.Added:
                case esDataRowState.Modified:

                    Collection.Add(new MySqlUnicodeTestProxyStub(entity, dirtyColumnsOnly));
                    break;

                case esDataRowState.Unchanged:

                    if (!dirtyRowsOnly)
                    {
                        Collection.Add(new MySqlUnicodeTestProxyStub(entity, dirtyColumnsOnly));
                    }
                    break;
                }
            }

            if (coll.es.DeletedEntities != null)
            {
                foreach (MySqlUnicodeTest entity in coll.es.DeletedEntities)
                {
                    Collection.Add(new MySqlUnicodeTestProxyStub(entity, dirtyColumnsOnly));
                }
            }
        }
        public ReferredEmployeeCollectionProxyStub(esEntityCollection <ReferredEmployee> coll, bool dirtyRowsOnly, bool dirtyColumnsOnly)
        {
            foreach (ReferredEmployee entity in coll)
            {
                switch (entity.RowState)
                {
                case esDataRowState.Added:
                case esDataRowState.Modified:

                    Collection.Add(new ReferredEmployeeProxyStub(entity, dirtyColumnsOnly));
                    break;

                case esDataRowState.Unchanged:

                    if (!dirtyRowsOnly)
                    {
                        Collection.Add(new ReferredEmployeeProxyStub(entity, dirtyColumnsOnly));
                    }
                    break;
                }
            }

            if (coll.es.DeletedEntities != null)
            {
                foreach (ReferredEmployee entity in coll.es.DeletedEntities)
                {
                    Collection.Add(new ReferredEmployeeProxyStub(entity, dirtyColumnsOnly));
                }
            }
        }
        public CategoriesCollectionProxyStub(esEntityCollection <Categories> coll, bool dirtyRowsOnly, bool dirtyColumnsOnly)
        {
            foreach (Categories entity in coll)
            {
                switch (entity.RowState)
                {
                case esDataRowState.Added:
                case esDataRowState.Modified:

                    Collection.Add(new CategoriesProxyStub(entity, dirtyColumnsOnly));
                    break;

                case esDataRowState.Unchanged:

                    if (!dirtyRowsOnly)
                    {
                        Collection.Add(new CategoriesProxyStub(entity, dirtyColumnsOnly));
                    }
                    break;
                }
            }

            if (coll.es.DeletedEntities != null)
            {
                foreach (Categories entity in coll.es.DeletedEntities)
                {
                    Collection.Add(new CategoriesProxyStub(entity, dirtyColumnsOnly));
                }
            }
        }
 public ReferredEmployeeCollectionProxyStub(esEntityCollection <ReferredEmployee> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public CategoriesCollectionProxyStub(esEntityCollection <Categories> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
示例#6
0
 public MySqlUnicodeTestCollectionProxyStub(esEntityCollection <MySqlUnicodeTest> coll)
     : this(coll, false, false)
 {
 }
 public StudentClassCollectionProxyStub(esEntityCollection <StudentClass> coll)
     : this(coll, false, false)
 {
 }
 public ConstructorTestCollectionProxyStub(esEntityCollection <ConstructorTest> coll)
     : this(coll, false, false)
 {
 }
 public OrderDetailsCollectionProxyStub(esEntityCollection <OrderDetails> coll)
     : this(coll, false, false)
 {
 }
 public ProductCollectionProxyStub(esEntityCollection <Product> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public ProductCollectionProxyStub(esEntityCollection <Product> coll)
     : this(coll, false, false)
 {
 }
示例#12
0
 public EmployeeTerritoriesCollectionProxyStub(esEntityCollection <EmployeeTerritories> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
示例#13
0
 public EmployeeTerritoriesCollectionProxyStub(esEntityCollection <EmployeeTerritories> coll)
     : this(coll, false, false)
 {
 }
 public GuidTestCollectionProxyStub(esEntityCollection <GuidTest> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public GuidTestCollectionProxyStub(esEntityCollection <GuidTest> coll)
     : this(coll, false, false)
 {
 }
示例#16
0
 public CustomerDemographicsCollectionProxyStub(esEntityCollection <CustomerDemographics> coll)
     : this(coll, false, false)
 {
 }
示例#17
0
 public CustomerDemographicsCollectionProxyStub(esEntityCollection <CustomerDemographics> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public NamingTest2CollectionProxyStub(esEntityCollection <NamingTest2> coll)
     : this(coll, false, false)
 {
 }
 public OrderDetailsCollectionProxyStub(esEntityCollection <OrderDetails> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public NamingTest2CollectionProxyStub(esEntityCollection <NamingTest2> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public ConstructorTestCollectionProxyStub(esEntityCollection <ConstructorTest> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public FullNameViewCollectionProxyStub(esEntityCollection <FullNameView> coll)
     : this(coll, false, false)
 {
 }
 public StudentClassCollectionProxyStub(esEntityCollection <StudentClass> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public FullNameViewCollectionProxyStub(esEntityCollection <FullNameView> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
示例#25
0
 public MySqlUnicodeTestCollectionProxyStub(esEntityCollection <MySqlUnicodeTest> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
示例#26
0
 public OrderItemCollectionProxyStub(esEntityCollection <OrderItem> coll)
     : this(coll, false, false)
 {
 }
 public CategoriesCollectionProxyStub(esEntityCollection <Categories> coll)
     : this(coll, false, false)
 {
 }
示例#28
0
 public SuppliersCollectionProxyStub(esEntityCollection <Suppliers> coll)
     : this(coll, false, false)
 {
 }
示例#29
0
 public SuppliersCollectionProxyStub(esEntityCollection <Suppliers> coll, bool dirtyRowsOnly)
     : this(coll, dirtyRowsOnly, false)
 {
 }
 public ReferredEmployeeCollectionProxyStub(esEntityCollection <ReferredEmployee> coll)
     : this(coll, false, false)
 {
 }