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

                    }

                }

                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.Diagnostics.DebuggerNonUserCodeAttribute()]

            public linksRow linksRow {

                get {

                    return ((linksRow)(this.GetParentRow(this.Table.ParentRelations["links_link_types"])));

                }

                set {

                    this.SetParentRow(value, this.Table.ParentRelations["links_link_types"]);

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public linksRow linksRowBylinks_link_types1 {

                get {

                    return ((linksRow)(this.GetParentRow(this.Table.ParentRelations["links_link_types1"])));

                }

                set {

                    this.SetParentRow(value, this.Table.ParentRelations["links_link_types1"]);

                }

            }

        }

       

        [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()]

            public void Setlink_weightNull() {

                this[this.tablelinks.link_weightColumn] = System.Convert.DBNull;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesRow[] Getlink_typesRows() {

                return ((link_typesRow[])(base.GetChildRows(this.Table.ChildRelations["links_link_types"])));

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesRow[] Getlink_typesRowsBylinks_link_types1() {

                return ((link_typesRow[])(base.GetChildRows(this.Table.ChildRelations["links_link_types1"])));

            }

        }

       

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

        public partial class text_identitiesRow : System.Data.DataRow {

            

            private text_identitiesDataTable tabletext_identities;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            internal text_identitiesRow(System.Data.DataRowBuilder rb) :

                    base(rb) {

                this.tabletext_identities = ((text_identitiesDataTable)(this.Table));

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public int text_id {

                get {

                    return ((int)(this[this.tabletext_identities.text_idColumn]));

                }

                set {

                    this[this.tabletext_identities.text_idColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public int identity_id {

                get {

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

                }

                set {

                    this[this.tabletext_identities.identity_idColumn] = value;

                }

            }

        }

       

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

        public partial class textsRow : System.Data.DataRow {

           

            private textsDataTable tabletexts;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            internal textsRow(System.Data.DataRowBuilder rb) :

                    base(rb) {

                this.tabletexts = ((textsDataTable)(this.Table));

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public int text_id {

                get {

                    return ((int)(this[this.tabletexts.text_idColumn]));

                }

                set {

                    this[this.tabletexts.text_idColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public string text {

                get {

                    try {

                        return ((string)(this[this.tabletexts.textColumn]));

                    }

                    catch (System.InvalidCastException e) {

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

                    }

                }

                set {

                    this[this.tabletexts.textColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public string text_caption {

                get {

                    try {

                        return ((string)(this[this.tabletexts.text_captionColumn]));

                    }

                    catch (System.InvalidCastException e) {

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

                    }

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