System.Xml.Serialization.SoapSchemaImporter.SoapSchemaImporter C# (CSharp) Method

SoapSchemaImporter() public method

public SoapSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeGenerationOptions options, ImportContext context ) : System
schemas System.Xml.Serialization.XmlSchemas
options CodeGenerationOptions
context ImportContext
return System
        public SoapSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, ImportContext context) : base(schemas, options, null, context){}

Same methods

SoapSchemaImporter::SoapSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas ) : System
SoapSchemaImporter::SoapSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeGenerationOptions options, CodeDomProvider codeProvider, ImportContext context ) : System
SoapSchemaImporter::SoapSchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeIdentifiers typeIdentifiers ) : System
SoapSchemaImporter::SoapSchemaImporter ( XmlSchemas schemas, CodeIdentifiers typeIdentifiers, CodeGenerationOptions options ) : System