C# Class Thinktecture.Tools.Web.Services.ServiceDescription.SchemaImport

Represents the details of the imported schemas to the WSDL.
Datei anzeigen Open project: WSCF/WSCF Class Usage Examples

Public Methods

Method Description
SchemaImport ( ) : System

Initializes a new instance of SchemaImport class.

SchemaImport ( string schemaLocation, string schemaNamespace, string schemaName ) : System

Initializes a new instance of the SchemaImport class with the specified values.

Method Details

SchemaImport() public method

Initializes a new instance of SchemaImport class.
public SchemaImport ( ) : System
return System

SchemaImport() public method

Initializes a new instance of the SchemaImport class with the specified values.
public SchemaImport ( string schemaLocation, string schemaNamespace, string schemaName ) : System
schemaLocation string File location of the imported schema.
schemaNamespace string Namespace of the imported schema.
schemaName string Name of the imported schema.
return System