📄 instancemessage.designer.cs
字号:
public object Message {
get {
try {
return ((object)(this[this.tableInstanceState.MessageColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“InstanceState”中列“Message”的值为 DBNull。", e);
}
}
set {
this[this.tableInstanceState.MessageColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataSet DataForm {
get {
try {
return ((global::System.Data.DataSet)(this[this.tableInstanceState.DataFormColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“InstanceState”中列“DataForm”的值为 DBNull。", e);
}
}
set {
this[this.tableInstanceState.DataFormColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string State {
get {
try {
return ((string)(this[this.tableInstanceState.StateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“InstanceState”中列“State”的值为 DBNull。", e);
}
}
set {
this[this.tableInstanceState.StateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsNextUserNameNull() {
return this.IsNull(this.tableInstanceState.NextUserNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetNextUserNameNull() {
this[this.tableInstanceState.NextUserNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsNextDataFormNameNull() {
return this.IsNull(this.tableInstanceState.NextDataFormNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetNextDataFormNameNull() {
this[this.tableInstanceState.NextDataFormNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsMessageNull() {
return this.IsNull(this.tableInstanceState.MessageColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetMessageNull() {
this[this.tableInstanceState.MessageColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsDataFormNull() {
return this.IsNull(this.tableInstanceState.DataFormColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetDataFormNull() {
this[this.tableInstanceState.DataFormColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsStateNull() {
return this.IsNull(this.tableInstanceState.StateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetStateNull() {
this[this.tableInstanceState.StateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public InstanceHistoryRow[] GetInstanceHistoryRows() {
if ((this.Table.ChildRelations["FK_InstanceState_InstanceHistory "] == null)) {
return new InstanceHistoryRow[0];
}
else {
return ((InstanceHistoryRow[])(base.GetChildRows(this.Table.ChildRelations["FK_InstanceState_InstanceHistory "])));
}
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class InstanceHistoryRow : global::System.Data.DataRow {
private InstanceHistoryDataTable tableInstanceHistory;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal InstanceHistoryRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableInstanceHistory = ((InstanceHistoryDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string GUID {
get {
try {
return ((string)(this[this.tableInstanceHistory.GUIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“InstanceHistory”中列“GUID”的值为 DBNull。", e);
}
}
set {
this[this.tableInstanceHistory.GUIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int AutoID {
get {
return ((int)(this[this.tableInstanceHistory.AutoIDColumn]));
}
set {
this[this.tableInstanceHistory.AutoIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string UserName {
get {
try {
return ((string)(this[this.tableInstanceHistory.UserNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“InstanceHistory”中列“UserName”的值为 DBNull。", e);
}
}
set {
this[this.tableInstanceHistory.UserNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string State {
get {
try {
return ((string)(this[this.tableInstanceHistory.StateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“InstanceHistory”中列“State”的值为 DBNull。", e);
}
}
set {
this[this.tableInstanceHistory.StateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public InstanceStateRow InstanceStateRow {
get {
return ((InstanceStateRow)(this.GetParentRow(this.Table.ParentRelations["FK_InstanceState_InstanceHistory "])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["FK_InstanceState_InstanceHistory "]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsGUIDNull() {
return this.IsNull(this.tableInstanceHistory.GUIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetGUIDNull() {
this[this.tableInstanceHistory.GUIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsUserNameNull() {
return this.IsNull(this.tableInstanceHistory.UserNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetUserNameNull() {
this[this.tableInstanceHistory.UserNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsStateNull() {
return this.IsNull(this.tableInstanceHistory.StateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetStateNull() {
this[this.tableInstanceHistory.StateColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class InstanceStateRowChangeEvent : global::System.EventArgs {
private InstanceStateRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public InstanceStateRowChangeEvent(InstanceStateRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public InstanceStateRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class InstanceHistoryRowChangeEvent : global::System.EventArgs {
private InstanceHistoryRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public InstanceHistoryRowChangeEvent(InstanceHistoryRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public InstanceHistoryRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -