📄 wldddataset.designer.cs
字号:
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class linkPathDataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columnlinkId;
private System.Data.DataColumn columnfirstNodeId;
private System.Data.DataColumn columnnextNodeId;
private System.Data.DataColumn columnlinkLength;
private System.Data.DataColumn columnprojectId;
private System.Data.DataColumn column终止节点;
private System.Data.DataColumn column起始节点;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public linkPathDataTable() {
this.TableName = "linkPath";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal linkPathDataTable(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 linkPathDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn linkIdColumn {
get {
return this.columnlinkId;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn firstNodeIdColumn {
get {
return this.columnfirstNodeId;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn nextNodeIdColumn {
get {
return this.columnnextNodeId;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn linkLengthColumn {
get {
return this.columnlinkLength;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn projectIdColumn {
get {
return this.columnprojectId;
}
}
[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 linkPathRow this[int index] {
get {
return ((linkPathRow)(this.Rows[index]));
}
}
public event linkPathRowChangeEventHandler linkPathRowChanging;
public event linkPathRowChangeEventHandler linkPathRowChanged;
public event linkPathRowChangeEventHandler linkPathRowDeleting;
public event linkPathRowChangeEventHandler linkPathRowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void AddlinkPathRow(linkPathRow row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public linkPathRow AddlinkPathRow(System.Guid linkId, System.Guid firstNodeId, System.Guid nextNodeId, int linkLength, System.Guid projectId, string 终止节点, string 起始节点) {
linkPathRow rowlinkPathRow = ((linkPathRow)(this.NewRow()));
rowlinkPathRow.ItemArray = new object[] {
linkId,
firstNodeId,
nextNodeId,
linkLength,
projectId,
终止节点,
起始节点};
this.Rows.Add(rowlinkPathRow);
return rowlinkPathRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public linkPathRow FindBylinkId(System.Guid linkId) {
return ((linkPathRow)(this.Rows.Find(new object[] {
linkId})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
linkPathDataTable cln = ((linkPathDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new linkPathDataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnlinkId = base.Columns["linkId"];
this.columnfirstNodeId = base.Columns["firstNodeId"];
this.columnnextNodeId = base.Columns["nextNodeId"];
this.columnlinkLength = base.Columns["linkLength"];
this.columnprojectId = base.Columns["projectId"];
this.column终止节点 = base.Columns["终止节点"];
this.column起始节点 = base.Columns["起始节点"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columnlinkId = new System.Data.DataColumn("linkId", typeof(System.Guid), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnlinkId);
this.columnfirstNodeId = new System.Data.DataColumn("firstNodeId", typeof(System.Guid), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnfirstNodeId);
this.columnnextNodeId = new System.Data.DataColumn("nextNodeId", typeof(System.Guid), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnnextNodeId);
this.columnlinkLength = new System.Data.DataColumn("linkLength", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnlinkLength);
this.columnprojectId = new System.Data.DataColumn("projectId", typeof(System.Guid), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnprojectId);
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.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.columnlinkId}, true));
this.columnlinkId.AllowDBNull = false;
this.columnlinkId.Unique = true;
this.column终止节点.MaxLength = 50;
this.column起始节点.MaxLength = 50;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public linkPathRow NewlinkPathRow() {
return ((linkPathRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new linkPathRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(linkPathRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.linkPathRowChanged != null)) {
this.linkPathRowChanged(this, new linkPathRowChangeEvent(((linkPathRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.linkPathRowChanging != null)) {
this.linkPathRowChanging(this, new linkPathRowChangeEvent(((linkPathRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.linkPathRowDeleted != null)) {
this.linkPathRowDeleted(this, new linkPathRowChangeEvent(((linkPathRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.linkPathRowDeleting != null)) {
this.linkPathRowDeleting(this, new linkPathRowChangeEvent(((linkPathRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void RemovelinkPathRow(linkPathRow 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();
wlddDataSet ds = new wlddDataSet();
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 = Sys
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -