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.
|
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 |