📄 testdataset2.designer.cs
字号:
[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["委托时间"];
this.column预期完成时间 = base.Columns["预期完成时间"];
this.column时间说明 = base.Columns["时间说明"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.column服务编号 = new System.Data.DataColumn("服务编号", typeof(long), 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(long), null, System.Data.MappingType.Element);
base.Columns.Add(this.column数量);
this.column委托时间 = new System.Data.DataColumn("委托时间", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.column委托时间);
this.column预期完成时间 = new System.Data.DataColumn("预期完成时间", typeof(System.DateTime), 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 = 10;
this.column服务类别.MaxLength = 10;
this.column内容.MaxLength = 20;
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();
testDataSet2 ds = new testDataSet2();
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 long 服务编号 {
get {
return ((long)(this[this.table服务管理信息.服务编号Column]));
}
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 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 string 委托人 {
get {
try {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -