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

                <xs:simpleType>

                  <xs:restriction base="xs:string">

                    <xs:maxLength value="1073741823" />

                  </xs:restriction>

                </xs:simpleType>

              </xs:element>

              <xs:element name="text_caption" msprop:Generator_UserColumnName="text_caption" msprop:Generator_ColumnVarNameInTable="columntext_caption" msprop:Generator_ColumnPropNameInRow="text_caption" msprop:Generator_ColumnPropNameInTable="text_captionColumn" minOccurs="0">

                <xs:simpleType>

                  <xs:restriction base="xs:string">

                    <xs:maxLength value="1024" />

                  </xs:restriction>

                </xs:simpleType>

              </xs:element>

            </xs:sequence>

          </xs:complexType>

        </xs:element>

      </xs:choice>

    </xs:complexType>

  </xs:element>

  <xs:annotation>

    <xs:appinfo>

      <msdata:Relationship name="links_link_types" msdata:parent="links" msdata:child="link_types" msdata:parentkey="link_from" msdata:childkey="link_id" msprop:Generator_UserRelationName="links_link_types" msprop:Generator_RelationVarName="relationlinks_link_types" msprop:Generator_UserChildTable="link_types" msprop:Generator_UserParentTable="links" msprop:Generator_ParentPropName="linksRow" msprop:Generator_ChildPropName="Getlink_typesRows" />

      <msdata:Relationship name="links_link_types1" msdata:parent="links" msdata:child="link_types" msdata:parentkey="link_to" msdata:childkey="link_id" msprop:Generator_UserRelationName="links_link_types1" msprop:Generator_RelationVarName="relationlinks_link_types1" msprop:Generator_UserChildTable="link_types" msprop:Generator_UserParentTable="links" msprop:Generator_ParentPropName="linksRowBylinks_link_types1" msprop:Generator_ChildPropName="Getlink_typesRowsBylinks_link_types1" />

    </xs:appinfo>

  </xs:annotation>

</xs:schema>






MODEL_BUILDER



adbDataSet.Designer


#pragma warning disable 1591


namespace model_builder {

    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("adbDataSet")]

    [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]

    public partial class adbDataSet : System.Data.DataSet {

       

        private identitiesDataTable tableidentities;

       

        private link_typesDataTable tablelink_types;

       

        private linksDataTable tablelinks;

       

        private text_identitiesDataTable tabletext_identities;

       

        private textsDataTable tabletexts;

       

        private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        public adbDataSet() {

            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 adbDataSet(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["identities"] != null)) {

                    base.Tables.Add(new identitiesDataTable(ds.Tables["identities"]));

                }

                if ((ds.Tables["link_types"] != null)) {

                    base.Tables.Add(new link_typesDataTable(ds.Tables["link_types"]));

                }

                if ((ds.Tables["links"] != null)) {

                    base.Tables.Add(new linksDataTable(ds.Tables["links"]));

                }

                if ((ds.Tables["text_identities"] != null)) {

                    base.Tables.Add(new text_identitiesDataTable(ds.Tables["text_identities"]));

                }

                if ((ds.Tables["texts"] != null)) {

                    base.Tables.Add(new textsDataTable(ds.Tables["texts"]));

                }

                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 identitiesDataTable identities {

            get {

                return this.tableidentities;

            }

        }

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        [System.ComponentModel.Browsable(false)]

        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]

        public link_typesDataTable link_types {

            get {

                return this.tablelink_types;

            }

        }

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        [System.ComponentModel.Browsable(false)]

        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]

        public linksDataTable links {

            get {

                return this.tablelinks;

            }

        }

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        [System.ComponentModel.Browsable(false)]

        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]

        public text_identitiesDataTable text_identities {

            get {

                return this.tabletext_identities;

            }

        }

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        [System.ComponentModel.Browsable(false)]

        [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]

        public textsDataTable texts {

            get {

                return this.tabletexts;

            }

        }

       

        [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 {

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