📄 bluehillmanagementdataset4.designer.cs
字号:
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
BlueHillManagementDataSet4 ds = new BlueHillManagementDataSet4();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
public delegate void 员工考勤表RowChangeEventHandler(object sender, 员工考勤表RowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class 员工考勤表DataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
private global::System.Data.DataColumn column考勤编号;
private global::System.Data.DataColumn column员工编号;
private global::System.Data.DataColumn column到达时间;
private global::System.Data.DataColumn column记录者编号;
private global::System.Data.DataColumn column考勤类型;
private global::System.Data.DataColumn column请求重新审核;
private global::System.Data.DataColumn column日期;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工考勤表DataTable() {
this.TableName = "员工考勤表";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 员工考勤表DataTable(global::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;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected 员工考勤表DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 考勤编号Column {
get {
return this.column考勤编号;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工编号Column {
get {
return this.column员工编号;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 到达时间Column {
get {
return this.column到达时间;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 记录者编号Column {
get {
return this.column记录者编号;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 考勤类型Column {
get {
return this.column考勤类型;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 请求重新审核Column {
get {
return this.column请求重新审核;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 日期Column {
get {
return this.column日期;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::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;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Add员工考勤表Row(员工考勤表Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工考勤表Row Add员工考勤表Row(int 考勤编号, int 员工编号, System.DateTime 到达时间, int 记录者编号, string 考勤类型, int 请求重新审核, System.DateTime 日期) {
员工考勤表Row row员工考勤表Row = ((员工考勤表Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
考勤编号,
员工编号,
到达时间,
记录者编号,
考勤类型,
请求重新审核,
日期};
row员工考勤表Row.ItemArray = columnValuesArray;
this.Rows.Add(row员工考勤表Row);
return row员工考勤表Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工考勤表Row FindBy考勤编号(int 考勤编号) {
return ((员工考勤表Row)(this.Rows.Find(new object[] {
考勤编号})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual global::System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override global::System.Data.DataTable Clone() {
员工考勤表DataTable cln = ((员工考勤表DataTable)(base.Clone()));
cln.InitVars();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -