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

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

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

                base.OnRowDeleted(e);

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

                    this.textsRowDeleted(this, new textsRowChangeEvent(((textsRow)(e.Row)), e.Action));

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

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

                base.OnRowDeleting(e);

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

                    this.textsRowDeleting(this, new textsRowChangeEvent(((textsRow)(e.Row)), e.Action));

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public void RemovetextsRow(textsRow 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();

                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 = "textsDataTable";

                type.Attributes.Add(attribute2);

                type.Particle = sequence;

                return type;

            }

        }

       

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

        public partial class identitiesRow : System.Data.DataRow {

           

            private identitiesDataTable tableidentities;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            internal identitiesRow(System.Data.DataRowBuilder rb) :

                    base(rb) {

                this.tableidentities = ((identitiesDataTable)(this.Table));

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public int identity_id {

                get {

                    return ((int)(this[this.tableidentities.identity_idColumn]));

                }

                set {

                    this[this.tableidentities.identity_idColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public string identity_name {

                get {

                    try {

                        return ((string)(this[this.tableidentities.identity_nameColumn]));

                    }

                    catch (System.InvalidCastException e) {

                        throw new System.Data.StrongTypingException("The value for column \'identity_name\' in table \'identities\' is DBNull.", e);

                    }

                }

                set {

                    this[this.tableidentities.identity_nameColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public double identity_weight {

                get {

                    try {

                        return ((double)(this[this.tableidentities.identity_weightColumn]));

                    }

                    catch (System.InvalidCastException e) {

                        throw new System.Data.StrongTypingException("The value for column \'identity_weight\' in table \'identities\' is DBNull.", e);

                    }

                }

                set {

                    this[this.tableidentities.identity_weightColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public bool Isidentity_nameNull() {

                return this.IsNull(this.tableidentities.identity_nameColumn);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public void Setidentity_nameNull() {

                this[this.tableidentities.identity_nameColumn] = System.Convert.DBNull;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public bool Isidentity_weightNull() {

                return this.IsNull(this.tableidentities.identity_weightColumn);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public void Setidentity_weightNull() {

                this[this.tableidentities.identity_weightColumn] = System.Convert.DBNull;

            }

        }

       

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

        public partial class link_typesRow : System.Data.DataRow {

           

            private link_typesDataTable tablelink_types;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            internal link_typesRow(System.Data.DataRowBuilder rb) :

                    base(rb) {

                this.tablelink_types = ((link_typesDataTable)(this.Table));

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public int link_id {

                get {

                    return ((int)(this[this.tablelink_types.link_idColumn]));

                }

                set {

                    this[this.tablelink_types.link_idColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public string link_name {

                get {

                    return ((string)(this[this.tablelink_types.link_nameColumn]));

                }

                set {

                    this[this.tablelink_types.link_nameColumn] = value;

                }

            }

        }

       

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

        public partial class linksRow : System.Data.DataRow {

           

            private linksDataTable tablelinks;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            internal linksRow(System.Data.DataRowBuilder rb) :

                    base(rb) {

                this.tablelinks = ((linksDataTable)(this.Table));

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public int link_from {

                get {

                    return ((int)(this[this.tablelinks.link_fromColumn]));

                }

                set {

                    this[this.tablelinks.link_fromColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public int link_to {

                get {

                    return ((int)(this[this.tablelinks.link_toColumn]));

                }

                set {

                    this[this.tablelinks.link_toColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public double link_weight {

                get {

                    try {

                        return ((double)(this[this.tablelinks.link_weightColumn]));

                    }

                    catch (System.InvalidCastException e) {

                        throw new System.Data.StrongTypingException("The value for column \'link_weight\' in table \'links\' is DBNull.", e);

                    }

                }

                set {

                    this[this.tablelinks.link_weightColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public bool Islink_weightNull() {

                return this.IsNull(this.tablelinks.link_weightColumn);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

Ñòðàíèöû: 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 © Âñå ïðàâà çàùèùåíû
Ïðè èñïîëüçîâàíèè ìàòåðèàëîâ àêòèâíàÿ ññûëêà íà èñòî÷íèê îáÿçàòåëüíà.