//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Extf.Net { using System; [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [Serializable()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.ComponentModel.ToolboxItem(true)] [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] [System.Xml.Serialization.XmlRootAttribute("AppDataSet")] [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class AppDataSet : System.Data.DataSet { private serviceDataTable tableservice; private workspaceDataTable tableworkspace; private collectionDataTable tablecollection; private acceptDataTable tableaccept; private System.Data.DataRelation relationservice_workspace; private System.Data.DataRelation relationworkspace_collection; private System.Data.DataRelation relationFK_collection_accept; private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public AppDataSet() { this.BeginInit(); this.InitClass(); System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected AppDataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == System.Data.SchemaSerializationMode.IncludeSchema)) { System.Data.DataSet ds = new System.Data.DataSet(); ds.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema))); if ((ds.Tables["service"] != null)) { base.Tables.Add(new serviceDataTable(ds.Tables["service"])); } if ((ds.Tables["workspace"] != null)) { base.Tables.Add(new workspaceDataTable(ds.Tables["workspace"])); } if ((ds.Tables["collection"] != null)) { base.Tables.Add(new collectionDataTable(ds.Tables["collection"])); } if ((ds.Tables["accept"] != null)) { base.Tables.Add(new acceptDataTable(ds.Tables["accept"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new System.Xml.XmlTextReader(new System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)] public serviceDataTable service { get { return this.tableservice; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)] public workspaceDataTable workspace { get { return this.tableworkspace; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)] public collectionDataTable collection { get { return this.tablecollection; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)] public acceptDataTable accept { get { return this.tableaccept; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.BrowsableAttribute(true)] [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)] public override System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new System.Data.DataTableCollection Tables { get { return base.Tables; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new System.Data.DataRelationCollection Relations { get { return base.Relations; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public override System.Data.DataSet Clone() { AppDataSet cln = ((AppDataSet)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override bool ShouldSerializeTables() { return false; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override bool ShouldSerializeRelations() { return false; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void ReadXmlSerializable(System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); System.Data.DataSet ds = new System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["service"] != null)) { base.Tables.Add(new serviceDataTable(ds.Tables["service"])); } if ((ds.Tables["workspace"] != null)) { base.Tables.Add(new workspaceDataTable(ds.Tables["workspace"])); } if ((ds.Tables["collection"] != null)) { base.Tables.Add(new collectionDataTable(ds.Tables["collection"])); } if ((ds.Tables["accept"] != null)) { base.Tables.Add(new acceptDataTable(ds.Tables["accept"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXml(reader); this.InitVars(); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() { System.IO.MemoryStream stream = new System.IO.MemoryStream(); this.WriteXmlSchema(new System.Xml.XmlTextWriter(stream, null)); stream.Position = 0; return System.Xml.Schema.XmlSchema.Read(new System.Xml.XmlTextReader(stream), null); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.InitVars(true); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars(bool initTable) { this.tableservice = ((serviceDataTable)(base.Tables["service"])); if ((initTable == true)) { if ((this.tableservice != null)) { this.tableservice.InitVars(); } } this.tableworkspace = ((workspaceDataTable)(base.Tables["workspace"])); if ((initTable == true)) { if ((this.tableworkspace != null)) { this.tableworkspace.InitVars(); } } this.tablecollection = ((collectionDataTable)(base.Tables["collection"])); if ((initTable == true)) { if ((this.tablecollection != null)) { this.tablecollection.InitVars(); } } this.tableaccept = ((acceptDataTable)(base.Tables["accept"])); if ((initTable == true)) { if ((this.tableaccept != null)) { this.tableaccept.InitVars(); } } this.relationservice_workspace = this.Relations["service_workspace"]; this.relationworkspace_collection = this.Relations["workspace_collection"]; this.relationFK_collection_accept = this.Relations["FK_collection_accept"]; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.DataSetName = "AppDataSet"; this.Prefix = ""; this.Namespace = "http://tempuri.org/AppDataSet.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; this.tableservice = new serviceDataTable(); base.Tables.Add(this.tableservice); this.tableworkspace = new workspaceDataTable(); base.Tables.Add(this.tableworkspace); this.tablecollection = new collectionDataTable(); base.Tables.Add(this.tablecollection); this.tableaccept = new acceptDataTable(); base.Tables.Add(this.tableaccept); System.Data.ForeignKeyConstraint fkc; fkc = new System.Data.ForeignKeyConstraint("service_workspace", new System.Data.DataColumn[] { this.tableservice.service_IdColumn}, new System.Data.DataColumn[] { this.tableworkspace.service_IdColumn}); this.tableworkspace.Constraints.Add(fkc); fkc.AcceptRejectRule = System.Data.AcceptRejectRule.None; fkc.DeleteRule = System.Data.Rule.Cascade; fkc.UpdateRule = System.Data.Rule.Cascade; fkc = new System.Data.ForeignKeyConstraint("workspace_collection", new System.Data.DataColumn[] { this.tableworkspace.workspace_IdColumn}, new System.Data.DataColumn[] { this.tablecollection.workspace_IdColumn}); this.tablecollection.Constraints.Add(fkc); fkc.AcceptRejectRule = System.Data.AcceptRejectRule.None; fkc.DeleteRule = System.Data.Rule.Cascade; fkc.UpdateRule = System.Data.Rule.Cascade; fkc = new System.Data.ForeignKeyConstraint("FK_collection_accept", new System.Data.DataColumn[] { this.tablecollection.collection_IdColumn}, new System.Data.DataColumn[] { this.tableaccept.collection_IdColumn}); this.tableaccept.Constraints.Add(fkc); fkc.AcceptRejectRule = System.Data.AcceptRejectRule.None; fkc.DeleteRule = System.Data.Rule.Cascade; fkc.UpdateRule = System.Data.Rule.Cascade; this.relationservice_workspace = new System.Data.DataRelation("service_workspace", new System.Data.DataColumn[] { this.tableservice.service_IdColumn}, new System.Data.DataColumn[] { this.tableworkspace.service_IdColumn}, false); this.Relations.Add(this.relationservice_workspace); this.relationworkspace_collection = new System.Data.DataRelation("workspace_collection", new System.Data.DataColumn[] { this.tableworkspace.workspace_IdColumn}, new System.Data.DataColumn[] { this.tablecollection.workspace_IdColumn}, false); this.Relations.Add(this.relationworkspace_collection); this.relationFK_collection_accept = new System.Data.DataRelation("FK_collection_accept", new System.Data.DataColumn[] { this.tablecollection.collection_IdColumn}, new System.Data.DataColumn[] { this.tableaccept.collection_IdColumn}, false); this.Relations.Add(this.relationFK_collection_accept); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializeservice() { return false; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializeworkspace() { return false; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializecollection() { return false; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializeaccept() { return false; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) { AppDataSet ds = new AppDataSet(); System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType(); System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence(); xs.Add(ds.GetSchemaSerializable()); System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; return type; } public delegate void serviceRowChangeEventHandler(object sender, serviceRowChangeEvent e); public delegate void workspaceRowChangeEventHandler(object sender, workspaceRowChangeEvent e); public delegate void collectionRowChangeEventHandler(object sender, collectionRowChangeEvent e); public delegate void acceptRowChangeEventHandler(object sender, acceptRowChangeEvent e); [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [System.Serializable()] [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class serviceDataTable : System.Data.DataTable, System.Collections.IEnumerable { private System.Data.DataColumn columnservice_Id; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceDataTable() { this.TableName = "service"; this.BeginInit(); this.InitClass(); this.EndInit(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal serviceDataTable(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 serviceDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn service_IdColumn { get { return this.columnservice_Id; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceRow this[int index] { get { return ((serviceRow)(this.Rows[index])); } } public event serviceRowChangeEventHandler serviceRowChanging; public event serviceRowChangeEventHandler serviceRowChanged; public event serviceRowChangeEventHandler serviceRowDeleting; public event serviceRowChangeEventHandler serviceRowDeleted; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddserviceRow(serviceRow row) { this.Rows.Add(row); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceRow AddserviceRow() { serviceRow rowserviceRow = ((serviceRow)(this.NewRow())); rowserviceRow.ItemArray = new object[] { null}; this.Rows.Add(rowserviceRow); return rowserviceRow; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceRow FindByservice_Id(int service_Id) { return ((serviceRow)(this.Rows.Find(new object[] { service_Id}))); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public override System.Data.DataTable Clone() { serviceDataTable cln = ((serviceDataTable)(base.Clone())); cln.InitVars(); return cln; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataTable CreateInstance() { return new serviceDataTable(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columnservice_Id = base.Columns["service_Id"]; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columnservice_Id = new System.Data.DataColumn("service_Id", typeof(int), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columnservice_Id); this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] { this.columnservice_Id}, true)); this.columnservice_Id.AutoIncrement = true; this.columnservice_Id.AllowDBNull = false; this.columnservice_Id.Unique = true; this.columnservice_Id.Namespace = ""; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceRow NewserviceRow() { return ((serviceRow)(this.NewRow())); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) { return new serviceRow(builder); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Type GetRowType() { return typeof(serviceRow); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.serviceRowChanged != null)) { this.serviceRowChanged(this, new serviceRowChangeEvent(((serviceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.serviceRowChanging != null)) { this.serviceRowChanging(this, new serviceRowChangeEvent(((serviceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.serviceRowDeleted != null)) { this.serviceRowDeleted(this, new serviceRowChangeEvent(((serviceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.serviceRowDeleting != null)) { this.serviceRowDeleting(this, new serviceRowChangeEvent(((serviceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemoveserviceRow(serviceRow 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(); AppDataSet ds = new AppDataSet(); 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 = "serviceDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; return type; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [System.Serializable()] [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class workspaceDataTable : System.Data.DataTable, System.Collections.IEnumerable { private System.Data.DataColumn columntitle; private System.Data.DataColumn columnworkspace_Id; private System.Data.DataColumn columnservice_Id; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceDataTable() { this.TableName = "workspace"; this.BeginInit(); this.InitClass(); this.EndInit(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal workspaceDataTable(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 workspaceDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn titleColumn { get { return this.columntitle; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn workspace_IdColumn { get { return this.columnworkspace_Id; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn service_IdColumn { get { return this.columnservice_Id; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceRow this[int index] { get { return ((workspaceRow)(this.Rows[index])); } } public event workspaceRowChangeEventHandler workspaceRowChanging; public event workspaceRowChangeEventHandler workspaceRowChanged; public event workspaceRowChangeEventHandler workspaceRowDeleting; public event workspaceRowChangeEventHandler workspaceRowDeleted; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddworkspaceRow(workspaceRow row) { this.Rows.Add(row); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceRow AddworkspaceRow(string title, int workspace_Id, serviceRow parentserviceRowByservice_workspace) { workspaceRow rowworkspaceRow = ((workspaceRow)(this.NewRow())); rowworkspaceRow.ItemArray = new object[] { title, workspace_Id, parentserviceRowByservice_workspace[0]}; this.Rows.Add(rowworkspaceRow); return rowworkspaceRow; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public override System.Data.DataTable Clone() { workspaceDataTable cln = ((workspaceDataTable)(base.Clone())); cln.InitVars(); return cln; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataTable CreateInstance() { return new workspaceDataTable(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columntitle = base.Columns["title"]; this.columnworkspace_Id = base.Columns["workspace_Id"]; this.columnservice_Id = base.Columns["service_Id"]; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columntitle = new System.Data.DataColumn("title", typeof(string), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columntitle); this.columnworkspace_Id = new System.Data.DataColumn("workspace_Id", typeof(int), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columnworkspace_Id); this.columnservice_Id = new System.Data.DataColumn("service_Id", typeof(int), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columnservice_Id); this.Constraints.Add(new System.Data.UniqueConstraint("Constraint2", new System.Data.DataColumn[] { this.columnworkspace_Id}, false)); this.columntitle.AllowDBNull = false; this.columntitle.Namespace = ""; this.columnworkspace_Id.AllowDBNull = false; this.columnworkspace_Id.Unique = true; this.columnworkspace_Id.Namespace = ""; this.columnservice_Id.Namespace = ""; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceRow NewworkspaceRow() { return ((workspaceRow)(this.NewRow())); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) { return new workspaceRow(builder); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Type GetRowType() { return typeof(workspaceRow); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.workspaceRowChanged != null)) { this.workspaceRowChanged(this, new workspaceRowChangeEvent(((workspaceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.workspaceRowChanging != null)) { this.workspaceRowChanging(this, new workspaceRowChangeEvent(((workspaceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.workspaceRowDeleted != null)) { this.workspaceRowDeleted(this, new workspaceRowChangeEvent(((workspaceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.workspaceRowDeleting != null)) { this.workspaceRowDeleting(this, new workspaceRowChangeEvent(((workspaceRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemoveworkspaceRow(workspaceRow 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(); AppDataSet ds = new AppDataSet(); 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 = "workspaceDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; return type; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [System.Serializable()] [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class collectionDataTable : System.Data.DataTable, System.Collections.IEnumerable { private System.Data.DataColumn columntitle; private System.Data.DataColumn columnhref; private System.Data.DataColumn columncollection_Id; private System.Data.DataColumn columnworkspace_Id; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionDataTable() { this.TableName = "collection"; this.BeginInit(); this.InitClass(); this.EndInit(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal collectionDataTable(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 collectionDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn titleColumn { get { return this.columntitle; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn hrefColumn { get { return this.columnhref; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn collection_IdColumn { get { return this.columncollection_Id; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn workspace_IdColumn { get { return this.columnworkspace_Id; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionRow this[int index] { get { return ((collectionRow)(this.Rows[index])); } } public event collectionRowChangeEventHandler collectionRowChanging; public event collectionRowChangeEventHandler collectionRowChanged; public event collectionRowChangeEventHandler collectionRowDeleting; public event collectionRowChangeEventHandler collectionRowDeleted; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddcollectionRow(collectionRow row) { this.Rows.Add(row); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionRow AddcollectionRow(string title, string href, workspaceRow parentworkspaceRowByworkspace_collection) { collectionRow rowcollectionRow = ((collectionRow)(this.NewRow())); rowcollectionRow.ItemArray = new object[] { title, href, null, parentworkspaceRowByworkspace_collection[1]}; this.Rows.Add(rowcollectionRow); return rowcollectionRow; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public override System.Data.DataTable Clone() { collectionDataTable cln = ((collectionDataTable)(base.Clone())); cln.InitVars(); return cln; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataTable CreateInstance() { return new collectionDataTable(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columntitle = base.Columns["title"]; this.columnhref = base.Columns["href"]; this.columncollection_Id = base.Columns["collection_Id"]; this.columnworkspace_Id = base.Columns["workspace_Id"]; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columntitle = new System.Data.DataColumn("title", typeof(string), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columntitle); this.columnhref = new System.Data.DataColumn("href", typeof(string), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columnhref); this.columncollection_Id = new System.Data.DataColumn("collection_Id", typeof(int), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columncollection_Id); this.columnworkspace_Id = new System.Data.DataColumn("workspace_Id", typeof(int), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columnworkspace_Id); this.Constraints.Add(new System.Data.UniqueConstraint("Constraint2", new System.Data.DataColumn[] { this.columncollection_Id}, false)); this.columntitle.AllowDBNull = false; this.columntitle.Namespace = ""; this.columnhref.AllowDBNull = false; this.columnhref.Namespace = ""; this.columncollection_Id.AutoIncrement = true; this.columncollection_Id.AllowDBNull = false; this.columncollection_Id.Unique = true; this.columncollection_Id.Namespace = ""; this.columnworkspace_Id.Namespace = ""; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionRow NewcollectionRow() { return ((collectionRow)(this.NewRow())); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) { return new collectionRow(builder); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Type GetRowType() { return typeof(collectionRow); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.collectionRowChanged != null)) { this.collectionRowChanged(this, new collectionRowChangeEvent(((collectionRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.collectionRowChanging != null)) { this.collectionRowChanging(this, new collectionRowChangeEvent(((collectionRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.collectionRowDeleted != null)) { this.collectionRowDeleted(this, new collectionRowChangeEvent(((collectionRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.collectionRowDeleting != null)) { this.collectionRowDeleting(this, new collectionRowChangeEvent(((collectionRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemovecollectionRow(collectionRow 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(); AppDataSet ds = new AppDataSet(); 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 = "collectionDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; return type; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [System.Serializable()] [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class acceptDataTable : System.Data.DataTable, System.Collections.IEnumerable { private System.Data.DataColumn columncollection_Id; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public acceptDataTable() { this.TableName = "accept"; this.BeginInit(); this.InitClass(); this.EndInit(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal acceptDataTable(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 acceptDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataColumn collection_IdColumn { get { return this.columncollection_Id; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public acceptRow this[int index] { get { return ((acceptRow)(this.Rows[index])); } } public event acceptRowChangeEventHandler acceptRowChanging; public event acceptRowChangeEventHandler acceptRowChanged; public event acceptRowChangeEventHandler acceptRowDeleting; public event acceptRowChangeEventHandler acceptRowDeleted; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddacceptRow(acceptRow row) { this.Rows.Add(row); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public acceptRow AddacceptRow(collectionRow parentcollectionRowByFK_collection_accept) { acceptRow rowacceptRow = ((acceptRow)(this.NewRow())); rowacceptRow.ItemArray = new object[] { parentcollectionRowByFK_collection_accept[2]}; this.Rows.Add(rowacceptRow); return rowacceptRow; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public override System.Data.DataTable Clone() { acceptDataTable cln = ((acceptDataTable)(base.Clone())); cln.InitVars(); return cln; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataTable CreateInstance() { return new acceptDataTable(); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columncollection_Id = base.Columns["collection_Id"]; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columncollection_Id = new System.Data.DataColumn("collection_Id", typeof(int), null, System.Data.MappingType.Attribute); base.Columns.Add(this.columncollection_Id); this.columncollection_Id.Namespace = ""; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public acceptRow NewacceptRow() { return ((acceptRow)(this.NewRow())); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) { return new acceptRow(builder); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override System.Type GetRowType() { return typeof(acceptRow); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.acceptRowChanged != null)) { this.acceptRowChanged(this, new acceptRowChangeEvent(((acceptRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.acceptRowChanging != null)) { this.acceptRowChanging(this, new acceptRowChangeEvent(((acceptRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.acceptRowDeleted != null)) { this.acceptRowDeleted(this, new acceptRowChangeEvent(((acceptRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.acceptRowDeleting != null)) { this.acceptRowDeleting(this, new acceptRowChangeEvent(((acceptRow)(e.Row)), e.Action)); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemoveacceptRow(acceptRow 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(); AppDataSet ds = new AppDataSet(); 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 = "acceptDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; return type; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class serviceRow : System.Data.DataRow { private serviceDataTable tableservice; [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal serviceRow(System.Data.DataRowBuilder rb) : base(rb) { this.tableservice = ((serviceDataTable)(this.Table)); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public int service_Id { get { return ((int)(this[this.tableservice.service_IdColumn])); } set { this[this.tableservice.service_IdColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceRow[] GetworkspaceRows() { return ((workspaceRow[])(base.GetChildRows(this.Table.ChildRelations["service_workspace"]))); } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class workspaceRow : System.Data.DataRow { private workspaceDataTable tableworkspace; [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal workspaceRow(System.Data.DataRowBuilder rb) : base(rb) { this.tableworkspace = ((workspaceDataTable)(this.Table)); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public string title { get { return ((string)(this[this.tableworkspace.titleColumn])); } set { this[this.tableworkspace.titleColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public int workspace_Id { get { return ((int)(this[this.tableworkspace.workspace_IdColumn])); } set { this[this.tableworkspace.workspace_IdColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public int service_Id { get { try { return ((int)(this[this.tableworkspace.service_IdColumn])); } catch (System.InvalidCastException e) { throw new System.Data.StrongTypingException("The value for column \'service_Id\' in table \'workspace\' is DBNull.", e); } } set { this[this.tableworkspace.service_IdColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceRow serviceRow { get { return ((serviceRow)(this.GetParentRow(this.Table.ParentRelations["service_workspace"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["service_workspace"]); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool Isservice_IdNull() { return this.IsNull(this.tableworkspace.service_IdColumn); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void Setservice_IdNull() { this[this.tableworkspace.service_IdColumn] = System.Convert.DBNull; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionRow[] GetcollectionRows() { return ((collectionRow[])(base.GetChildRows(this.Table.ChildRelations["workspace_collection"]))); } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class collectionRow : System.Data.DataRow { private collectionDataTable tablecollection; [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal collectionRow(System.Data.DataRowBuilder rb) : base(rb) { this.tablecollection = ((collectionDataTable)(this.Table)); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public string title { get { return ((string)(this[this.tablecollection.titleColumn])); } set { this[this.tablecollection.titleColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public string href { get { return ((string)(this[this.tablecollection.hrefColumn])); } set { this[this.tablecollection.hrefColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public int collection_Id { get { return ((int)(this[this.tablecollection.collection_IdColumn])); } set { this[this.tablecollection.collection_IdColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public int workspace_Id { get { try { return ((int)(this[this.tablecollection.workspace_IdColumn])); } catch (System.InvalidCastException e) { throw new System.Data.StrongTypingException("The value for column \'workspace_Id\' in table \'collection\' is DBNull.", e); } } set { this[this.tablecollection.workspace_IdColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceRow workspaceRow { get { return ((workspaceRow)(this.GetParentRow(this.Table.ParentRelations["workspace_collection"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["workspace_collection"]); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool Isworkspace_IdNull() { return this.IsNull(this.tablecollection.workspace_IdColumn); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void Setworkspace_IdNull() { this[this.tablecollection.workspace_IdColumn] = System.Convert.DBNull; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public acceptRow[] GetacceptRows() { return ((acceptRow[])(base.GetChildRows(this.Table.ChildRelations["FK_collection_accept"]))); } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class acceptRow : System.Data.DataRow { private acceptDataTable tableaccept; [System.Diagnostics.DebuggerNonUserCodeAttribute()] internal acceptRow(System.Data.DataRowBuilder rb) : base(rb) { this.tableaccept = ((acceptDataTable)(this.Table)); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public int collection_Id { get { try { return ((int)(this[this.tableaccept.collection_IdColumn])); } catch (System.InvalidCastException e) { throw new System.Data.StrongTypingException("The value for column \'collection_Id\' in table \'accept\' is DBNull.", e); } } set { this[this.tableaccept.collection_IdColumn] = value; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionRow collectionRow { get { return ((collectionRow)(this.GetParentRow(this.Table.ParentRelations["FK_collection_accept"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["FK_collection_accept"]); } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool Iscollection_IdNull() { return this.IsNull(this.tableaccept.collection_IdColumn); } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void Setcollection_IdNull() { this[this.tableaccept.collection_IdColumn] = System.Convert.DBNull; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class serviceRowChangeEvent : System.EventArgs { private serviceRow eventRow; private System.Data.DataRowAction eventAction; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceRowChangeEvent(serviceRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public serviceRow Row { get { return this.eventRow; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataRowAction Action { get { return this.eventAction; } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class workspaceRowChangeEvent : System.EventArgs { private workspaceRow eventRow; private System.Data.DataRowAction eventAction; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceRowChangeEvent(workspaceRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public workspaceRow Row { get { return this.eventRow; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataRowAction Action { get { return this.eventAction; } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class collectionRowChangeEvent : System.EventArgs { private collectionRow eventRow; private System.Data.DataRowAction eventAction; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionRowChangeEvent(collectionRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public collectionRow Row { get { return this.eventRow; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataRowAction Action { get { return this.eventAction; } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class acceptRowChangeEvent : System.EventArgs { private acceptRow eventRow; private System.Data.DataRowAction eventAction; [System.Diagnostics.DebuggerNonUserCodeAttribute()] public acceptRowChangeEvent(acceptRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public acceptRow Row { get { return this.eventRow; } } [System.Diagnostics.DebuggerNonUserCodeAttribute()] public System.Data.DataRowAction Action { get { return this.eventAction; } } } } } #pragma warning restore 1591