TypeDictionaryValidator Members
The TypeDictionaryValidator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
TypeDictionaryValidator(String) |
Intializes the object with default values.
|
|
|
TypeDictionaryValidator(Dictionary<(Of <<'(String, String>)>>), String) |
Intializes the object with a file table.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
FindType |
Finds the data type with the specified name.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetSchema | (Inherited from SchemaValidator.) |
|
|
GetType | (Inherited from Object.) |
|
|
Load | (Inherited from SchemaValidator.) |
|
|
LoadInput(Type, Stream) | (Inherited from SchemaValidator.) |
|
|
LoadInput(Type, String) | (Inherited from SchemaValidator.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ResolveType |
Finds the concrete type identified by the type name (i.e. resolves any type definitions).
|
|
|
SetResourcePaths | (Inherited from SchemaValidator.) |
|
|
ToString | (Inherited from Object.) |
|
|
Validate(String) |
Generates the code from the contents of the address space.
|
|
|
Validate(Stream) |
Generates the code from the contents of the address space.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Dictionary |
The dictionary that was validated.
|
|
|
EmbeddedResourcePath |
The location of the embedded resources.
|
|
|
FilePath | (Inherited from SchemaValidator.) |
|
|
KnownFiles | (Inherited from SchemaValidator.) |
|
|
LoadedFiles | (Inherited from SchemaValidator.) |

