60 references to SchemaFormat
System.Data (60)
fx\src\data\System\Data\DataSet.cs (20)
1403(new XmlTreeGen(SchemaFormat.Public)).Save(this, writer); 1421(new XmlTreeGen(SchemaFormat.RemotingSkipSchema)).Save(this, writer); 1423(new XmlTreeGen(SchemaFormat.Remoting)).Save(this, writer); 1426(new XmlTreeGen(SchemaFormat.Remoting)).Save(table, writer); 1754this.WriteXmlSchema(stream, SchemaFormat.Public, (Converter<Type, string>)null); 1763this.WriteXmlSchema(stream, SchemaFormat.Public, multipleTargetConverter); 1772this.WriteXmlSchema(fileName, SchemaFormat.Public, (Converter<Type, string>)null); 1783this.WriteXmlSchema(fileName, SchemaFormat.Public, multipleTargetConverter); 1790this.WriteXmlSchema(writer, SchemaFormat.Public, (Converter<Type, string>)null); 1799this.WriteXmlSchema(writer, SchemaFormat.Public, multipleTargetConverter); 1806this.WriteXmlSchema(writer, SchemaFormat.Public, (Converter<Type, string>)null); 1815this.WriteXmlSchema(writer, SchemaFormat.Public, multipleTargetConverter); 1820private void WriteXmlSchema(String fileName, SchemaFormat schemaFormat, Converter<Type, string> multipleTargetConverter) 1834private void WriteXmlSchema(Stream stream, SchemaFormat schemaFormat, Converter<Type, string> multipleTargetConverter) 1845private void WriteXmlSchema(TextWriter writer, SchemaFormat schemaFormat, Converter<Type, string> multipleTargetConverter) 1856private void WriteXmlSchema(XmlWriter writer, SchemaFormat schemaFormat, Converter<Type, string> multipleTargetConverter) 1864if (schemaFormat == SchemaFormat.WebService && 1867treeGen = new XmlTreeGen(SchemaFormat.WebServiceSkipSchema); 3356(new XmlTreeGen(SchemaFormat.WebService)).Save(this, writer); 3388this.WriteXmlSchema(writer, SchemaFormat.WebService, (Converter<Type, string>)null);
fx\src\data\System\Data\DataTable.cs (2)
5007XmlTreeGen treeGen = new XmlTreeGen(SchemaFormat.Public); 5949(new XmlTreeGen(SchemaFormat.WebService)).Save(this, writer);
fx\src\data\System\Data\xmlsaver.cs (38)
46private SchemaFormat schFormat = SchemaFormat.Public; 60internal XmlTreeGen(SchemaFormat format) { 521if (schFormat == SchemaFormat.Remoting) { 530if (schFormat != SchemaFormat.Remoting) { 550if (schFormat != SchemaFormat.Remoting) { 566if (top.Length == 0 || schFormat == SchemaFormat.WebServiceSkipSchema || schFormat == SchemaFormat.RemotingSkipSchema) { 599if (((_ds != null )&& (_ds.Namespace == top[i].Namespace)) || Common.ADP.IsEmpty(top[i].Namespace) || (schFormat == SchemaFormat.Remoting)) { 630if ((_ds != null && _ds.Namespace == top[i].Namespace) || Common.ADP.IsEmpty(top[i].Namespace) || (schFormat == SchemaFormat.Remoting)) 692if (schFormat != SchemaFormat.Remoting && schFormat != SchemaFormat.RemotingSkipSchema) { 700if ( schFormat != SchemaFormat.WebService && !isMultipleNamespaceAndStreamingWriter) { 705if (schFormat != SchemaFormat.WebService && isMultipleNamespaceAndStreamingWriter) { 710if (schFormat != SchemaFormat.WebService && isMultipleNamespaceAndStreamingWriter) { 758if ( schFormat != SchemaFormat.WebService && !isMultipleNamespaceAndStreamingWriter) 769if (schFormat != SchemaFormat.WebService && isMultipleNamespaceAndStreamingWriter) { 810if (schFormat != SchemaFormat.Remoting) { 824if (schFormat != SchemaFormat.Remoting) { 940if (schFormat == SchemaFormat.Public) { 961if (schFormat == SchemaFormat.Public) { 964if (schFormat == SchemaFormat.WebServiceSkipSchema && xw.WriteState==WriteState.Element) { 1064string nSpace = (schFormat != SchemaFormat.Remoting) ? stNode.Namespace : 1074type = stNode.ToNode(dc, prefixes, (schFormat == SchemaFormat.Remoting)); 1080if (schFormat != SchemaFormat.Remoting) 1105type = stNode.ToNode(dc, prefixes, schFormat == SchemaFormat.Remoting); 1268if (schFormat == SchemaFormat.Remoting) 1468if (schFormat != SchemaFormat.Remoting) 1478if (((table.DataSet == null) || (_ds!= null && table.Namespace != _ds.Namespace)) && (schFormat == SchemaFormat.Remoting)) 1564if (!table.TypeName.IsEmpty && schFormat != SchemaFormat.Remoting) { 1583if (schFormat != SchemaFormat.Remoting) 1672if ((childTable.Namespace == table.Namespace) || (childTable.Namespace.Length == 0) || schFormat == SchemaFormat.Remoting) { 1708if (schFormat != SchemaFormat.Remoting) { 1756if (schFormat != SchemaFormat.Remoting) { 1815if (schFormat != SchemaFormat.Remoting) { 1889if (schFormat != SchemaFormat.Remoting) { 2496new XmlTreeGen(SchemaFormat.Public).Save(_ds,_xmlw); 2499new XmlTreeGen(SchemaFormat.Public).Save( null, _dt, _xmlw, this._writeHierarchy);