⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 elysiandbdataset.designer.cs

📁 主要实现仓库的入库与出库的基本功能
💻 CS
📖 第 1 页 / 共 5 页
字号:
            public System.Data.DataColumn 所属地区Column {
                get {
                    return this.column所属地区;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 备注Column {
                get {
                    return this.column备注;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 供应商基本信息Row this[int index] {
                get {
                    return ((供应商基本信息Row)(this.Rows[index]));
                }
            }
            
            public event 供应商基本信息RowChangeEventHandler 供应商基本信息RowChanging;
            
            public event 供应商基本信息RowChangeEventHandler 供应商基本信息RowChanged;
            
            public event 供应商基本信息RowChangeEventHandler 供应商基本信息RowDeleting;
            
            public event 供应商基本信息RowChangeEventHandler 供应商基本信息RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Add供应商基本信息Row(供应商基本信息Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 供应商基本信息Row Add供应商基本信息Row(string 供应商编号, string 供应商名称, string 供应商地址, string 联系人, string 联系电话, string 邮政编码, string 所属地区, string 备注) {
                供应商基本信息Row row供应商基本信息Row = ((供应商基本信息Row)(this.NewRow()));
                row供应商基本信息Row.ItemArray = new object[] {
                        供应商编号,
                        供应商名称,
                        供应商地址,
                        联系人,
                        联系电话,
                        邮政编码,
                        所属地区,
                        备注};
                this.Rows.Add(row供应商基本信息Row);
                return row供应商基本信息Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 供应商基本信息Row FindBy供应商编号(string 供应商编号) {
                return ((供应商基本信息Row)(this.Rows.Find(new object[] {
                            供应商编号})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                供应商基本信息DataTable cln = ((供应商基本信息DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new 供应商基本信息DataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.column供应商编号 = base.Columns["供应商编号"];
                this.column供应商名称 = base.Columns["供应商名称"];
                this.column供应商地址 = base.Columns["供应商地址"];
                this.column联系人 = base.Columns["联系人"];
                this.column联系电话 = base.Columns["联系电话"];
                this.column邮政编码 = base.Columns["邮政编码"];
                this.column所属地区 = base.Columns["所属地区"];
                this.column备注 = base.Columns["备注"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.column供应商编号 = new System.Data.DataColumn("供应商编号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column供应商编号);
                this.column供应商名称 = new System.Data.DataColumn("供应商名称", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column供应商名称);
                this.column供应商地址 = new System.Data.DataColumn("供应商地址", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column供应商地址);
                this.column联系人 = new System.Data.DataColumn("联系人", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column联系人);
                this.column联系电话 = new System.Data.DataColumn("联系电话", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column联系电话);
                this.column邮政编码 = new System.Data.DataColumn("邮政编码", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column邮政编码);
                this.column所属地区 = new System.Data.DataColumn("所属地区", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column所属地区);
                this.column备注 = new System.Data.DataColumn("备注", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column备注);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.column供应商编号}, true));
                this.column供应商编号.AllowDBNull = false;
                this.column供应商编号.Unique = true;
                this.column供应商编号.MaxLength = 30;
                this.column供应商名称.MaxLength = 30;
                this.column供应商地址.MaxLength = 40;
                this.column联系人.MaxLength = 12;
                this.column联系电话.MaxLength = 12;
                this.column邮政编码.MaxLength = 10;
                this.column所属地区.MaxLength = 10;
                this.column备注.MaxLength = 50;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 供应商基本信息Row New供应商基本信息Row() {
                return ((供应商基本信息Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new 供应商基本信息Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(供应商基本信息Row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.供应商基本信息RowChanged != null)) {
                    this.供应商基本信息RowChanged(this, new 供应商基本信息RowChangeEvent(((供应商基本信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.供应商基本信息RowChanging != null)) {
                    this.供应商基本信息RowChanging(this, new 供应商基本信息RowChangeEvent(((供应商基本信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.供应商基本信息RowDeleted != null)) {
                    this.供应商基本信息RowDeleted(this, new 供应商基本信息RowChangeEvent(((供应商基本信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.供应商基本信息RowDeleting != null)) {
                    this.供应商基本信息RowDeleting(this, new 供应商基本信息RowChangeEvent(((供应商基本信息Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Remove供应商基本信息Row(供应商基本信息Row row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                ElysianDBDataSet ds = new ElysianDBDataSet();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "供应商基本信息DataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class 库存表DataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn column商品编号;
            
            private System.Data.DataColumn column商品名称;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 库存表DataTable() {
                this.TableName = "库存表";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 库存表DataTable(System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected 库存表DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 商品编号Column {
                get {
                    return this.column商品编号;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 商品名称Column {
                get {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -