📄 bluehillmanagementdataset7.designer.cs
字号:
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 {
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(System.DateTime 事件发生时间, string 事件描述) {
系统事件表Row row系统事件表Row = ((系统事件表Row)(this.NewRow()));
row系统事件表Row.ItemArray = new object[] {
事件发生时间,
事件描述};
this.Rows.Add(row系统事件表Row);
return row系统事件表Row;
}
[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["事件描述"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
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.column事件发生时间.AllowDBNull = false;
this.column事件描述.AllowDBNull = false;
this.column事件描述.MaxLength = 1073741823;
}
[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();
BlueHillManagementDataSet7 ds = new BlueHillManagementDataSet7();
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 System.DateTime 事件发生时间 {
get {
return ((System.DateTime)(this[this.table系统事件表.事件发生时间Column]));
}
set {
this[this.table系统事件表.事件发生时间Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 事件描述 {
get {
return ((string)(this[this.table系统事件表.事件描述Column]));
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -