📄 userdataset1.designer.cs
字号:
this.columnCertificateType.AllowDBNull = false;
this.columnCertificateType.MaxLength = 50;
this.columnCertificateNum.AllowDBNull = false;
this.columnCertificateNum.MaxLength = 50;
this.columnIslost.AllowDBNull = false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public UserInfoManangeRow NewUserInfoManangeRow() {
return ((UserInfoManangeRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new UserInfoManangeRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(UserInfoManangeRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.UserInfoManangeRowChanged != null)) {
this.UserInfoManangeRowChanged(this, new UserInfoManangeRowChangeEvent(((UserInfoManangeRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.UserInfoManangeRowChanging != null)) {
this.UserInfoManangeRowChanging(this, new UserInfoManangeRowChangeEvent(((UserInfoManangeRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.UserInfoManangeRowDeleted != null)) {
this.UserInfoManangeRowDeleted(this, new UserInfoManangeRowChangeEvent(((UserInfoManangeRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.UserInfoManangeRowDeleting != null)) {
this.UserInfoManangeRowDeleting(this, new UserInfoManangeRowChangeEvent(((UserInfoManangeRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void RemoveUserInfoManangeRow(UserInfoManangeRow 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();
UserDataSet1 ds = new UserDataSet1();
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 = "UserInfoManangeDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class UserInfoManangeRow : System.Data.DataRow {
private UserInfoManangeDataTable tableUserInfoManange;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal UserInfoManangeRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tableUserInfoManange = ((UserInfoManangeDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string ReaderID {
get {
return ((string)(this[this.tableUserInfoManange.ReaderIDColumn]));
}
set {
this[this.tableUserInfoManange.ReaderIDColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Readername {
get {
return ((string)(this[this.tableUserInfoManange.ReadernameColumn]));
}
set {
this[this.tableUserInfoManange.ReadernameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Readertype {
get {
return ((string)(this[this.tableUserInfoManange.ReadertypeColumn]));
}
set {
this[this.tableUserInfoManange.ReadertypeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Readersex {
get {
return ((string)(this[this.tableUserInfoManange.ReadersexColumn]));
}
set {
this[this.tableUserInfoManange.ReadersexColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Readerdept {
get {
return ((string)(this[this.tableUserInfoManange.ReaderdeptColumn]));
}
set {
this[this.tableUserInfoManange.ReaderdeptColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime Logindate {
get {
return ((System.DateTime)(this[this.tableUserInfoManange.LogindateColumn]));
}
set {
this[this.tableUserInfoManange.LogindateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime Logoutdate {
get {
return ((System.DateTime)(this[this.tableUserInfoManange.LogoutdateColumn]));
}
set {
this[this.tableUserInfoManange.LogoutdateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string CertificateType {
get {
return ((string)(this[this.tableUserInfoManange.CertificateTypeColumn]));
}
set {
this[this.tableUserInfoManange.CertificateTypeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string CertificateNum {
get {
return ((string)(this[this.tableUserInfoManange.CertificateNumColumn]));
}
set {
this[this.tableUserInfoManange.CertificateNumColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Islost {
get {
return ((bool)(this[this.tableUserInfoManange.IslostColumn]));
}
set {
this[this.tableUserInfoManange.IslostColumn] = value;
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class UserInfoManangeRowChangeEvent : System.EventArgs {
private UserInfoManangeRow eventRow;
private System.Data.DataRowAction eventAction;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public UserInfoManangeRowChangeEvent(UserInfoManangeRow row, System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public UserInfoManangeRow Row {
get {
return this.eventRow;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -