Ðåôåðàòû. Àíàëèç òåêñòîâ íà çàèìñòâîâàíèå ìåòîäîì ïîñòðîåíèÿ ñåìàíòè÷åñêèõ ìîäåëåé

        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

        [System.Serializable()]

        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]

        public partial class link_typesDataTable : System.Data.DataTable, System.Collections.IEnumerable {

           

            private System.Data.DataColumn columnlink_id;

           

            private System.Data.DataColumn columnlink_name;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesDataTable() {

                this.TableName = "link_types";

                this.BeginInit();

                this.InitClass();

                this.EndInit();

            }

            

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            internal link_typesDataTable(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 link_typesDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :

                    base(info, context) {

                this.InitVars();

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public System.Data.DataColumn link_idColumn {

                get {

                    return this.columnlink_id;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public System.Data.DataColumn link_nameColumn {

                get {

                    return this.columnlink_name;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            [System.ComponentModel.Browsable(false)]

            public int Count {

                get {

                    return this.Rows.Count;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesRow this[int index] {

                get {

                    return ((link_typesRow)(this.Rows[index]));

                }

            }

           

            public event link_typesRowChangeEventHandler link_typesRowChanging;

           

            public event link_typesRowChangeEventHandler link_typesRowChanged;

           

            public event link_typesRowChangeEventHandler link_typesRowDeleting;

           

            public event link_typesRowChangeEventHandler link_typesRowDeleted;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public void Addlink_typesRow(link_typesRow row) {

                this.Rows.Add(row);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesRow Addlink_typesRow(string link_name) {

                link_typesRow rowlink_typesRow = ((link_typesRow)(this.NewRow()));

                rowlink_typesRow.ItemArray = new object[] {

                        null,

                        link_name};

                this.Rows.Add(rowlink_typesRow);

                return rowlink_typesRow;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public virtual System.Collections.IEnumerator GetEnumerator() {

                return this.Rows.GetEnumerator();

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public override System.Data.DataTable Clone() {

                link_typesDataTable cln = ((link_typesDataTable)(base.Clone()));

                cln.InitVars();

                return cln;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            protected override System.Data.DataTable CreateInstance() {

                return new link_typesDataTable();

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            internal void InitVars() {

                this.columnlink_id = base.Columns["link_id"];

                this.columnlink_name = base.Columns["link_name"];

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            private void InitClass() {

                this.columnlink_id = new System.Data.DataColumn("link_id", typeof(int), null, System.Data.MappingType.Element);

                base.Columns.Add(this.columnlink_id);

                this.columnlink_name = new System.Data.DataColumn("link_name", typeof(string), null, System.Data.MappingType.Element);

                base.Columns.Add(this.columnlink_name);

                this.columnlink_id.AutoIncrement = true;

                this.columnlink_id.AllowDBNull = false;

                this.columnlink_id.ReadOnly = true;

                this.columnlink_name.AllowDBNull = false;

                this.columnlink_name.MaxLength = 1024;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesRow Newlink_typesRow() {

                return ((link_typesRow)(this.NewRow()));

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {

                return new link_typesRow(builder);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            protected override System.Type GetRowType() {

                return typeof(link_typesRow);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {

                base.OnRowChanged(e);

                if ((this.link_typesRowChanged != null)) {

                    this.link_typesRowChanged(this, new link_typesRowChangeEvent(((link_typesRow)(e.Row)), e.Action));

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {

                base.OnRowChanging(e);

                if ((this.link_typesRowChanging != null)) {

                    this.link_typesRowChanging(this, new link_typesRowChangeEvent(((link_typesRow)(e.Row)), e.Action));

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {

                base.OnRowDeleted(e);

                if ((this.link_typesRowDeleted != null)) {

                    this.link_typesRowDeleted(this, new link_typesRowChangeEvent(((link_typesRow)(e.Row)), e.Action));

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {

                base.OnRowDeleting(e);

                if ((this.link_typesRowDeleting != null)) {

                    this.link_typesRowDeleting(this, new link_typesRowChangeEvent(((link_typesRow)(e.Row)), e.Action));

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public void Removelink_typesRow(link_typesRow 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();

                adbDataSet ds = new adbDataSet();

                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();

Ñòðàíèöû: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42



2012 © Âñå ïðàâà çàùèùåíû
Ïðè èñïîëüçîâàíèè ìàòåðèàëîâ àêòèâíàÿ ññûëêà íà èñòî÷íèê îáÿçàòåëüíà.