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

📄 testdataset.designer.cs

📁 社区管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            [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();
                testDataSet ds = new testDataSet();
                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")]
        public partial class 账款信息Row : System.Data.DataRow {
            
            private 账款信息DataTable table账款信息;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 账款信息Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.table账款信息 = ((账款信息DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 账款类别 {
                get {
                    try {
                        return ((string)(this[this.table账款信息.账款类别Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“账款信息”中列“账款类别”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table账款信息.账款类别Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 账款名称 {
                get {
                    try {
                        return ((string)(this[this.table账款信息.账款名称Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“账款信息”中列“账款名称”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table账款信息.账款名称Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public long 账款号码 {
                get {
                    return ((long)(this[this.table账款信息.账款号码Column]));
                }
                set {
                    this[this.table账款信息.账款号码Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double 借方数目 {
                get {
                    try {
                        return ((double)(this[this.table账款信息.借方数目Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“账款信息”中列“借方数目”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table账款信息.借方数目Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double 贷方数目 {
                get {
                    try {
                        return ((double)(this[this.table账款信息.贷方数目Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“账款信息”中列“贷方数目”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table账款信息.贷方数目Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double 总计 {
                get {
                    try {
                        return ((double)(this[this.table账款信息.总计Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“账款信息”中列“总计”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table账款信息.总计Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime 日期 {
                get {
                    try {
                        return ((System.DateTime)(this[this.table账款信息.日期Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“账款信息”中列“日期”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table账款信息.日期Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 账款状态 {
                get {
                    try {
                        return ((string)(this[this.table账款信息.账款状态Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“账款信息”中列“账款状态”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table账款信息.账款状态Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is账款类别Null() {
                return this.IsNull(this.table账款信息.账款类别Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set账款类别Null() {
                this[this.table账款信息.账款类别Column] = System.Convert.DBNull;
            }

⌨️ 快捷键说明

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