Method | Description | |
---|---|---|
GetCollectionTypeBycSharpName ( String cSharpClassName ) : CollectionType |
|
|
GetDefaultCollectionOrMapType ( System.Boolean isDictionary ) : CollectionType |
|
|
Init ( ) : void |
Initializes the TypeRegistry by adding all fundamental types to the Registry.
|
|
RegisterSimplType ( |
Registers a given SimplType into one of the relevant type registries.
|
|
RegisterTypes ( |
Registers an entire array of simplTypes
|
|
SetDefaultCollectionType ( CollectionType ct ) : void | ||
SetDefaultMapType ( CollectionType ct ) : void |
Method | Description | |
---|---|---|
GetCollectionType ( |
||
TypeRegistry ( ) : System |
Initializes the TypeRegistry
|
public static GetCollectionTypeBycSharpName ( String cSharpClassName ) : CollectionType | ||
cSharpClassName | String | |
return | CollectionType |
public static GetDefaultCollectionOrMapType ( System.Boolean isDictionary ) : CollectionType | ||
isDictionary | System.Boolean | |
return | CollectionType |
public static RegisterSimplType ( |
||
type | Type to register | |
return | bool |
public static RegisterTypes ( |
||
simplTypes | Simpl Types to register | |
return | bool |
public static SetDefaultCollectionType ( CollectionType ct ) : void | ||
ct | CollectionType | |
return | void |
public static SetDefaultMapType ( CollectionType ct ) : void | ||
ct | CollectionType | |
return | void |