Method | Description | |
---|---|---|
GetDerivedType ( string typeValue ) : |
||
GetTypeName ( |
Gets a hashed name for the given type and also checks to see if the type has been registered.
|
|
RegisterDerivedTypes ( |
Registers the attached set of derived types by the indicated base type
|
|
Reset ( ) : void |
removes all items from the cache
|
|
SetTypeStampSaltValue ( System.Guid guid ) : void |
Method | Description | |
---|---|---|
EncryptStringToBase64 ( this value ) : string |
public static GetDerivedType ( string typeValue ) : |
||
typeValue | string | |
return |
public static GetTypeName ( |
||
type | The type. | |
return | string |
public static RegisterDerivedTypes ( |
||
baseType | base type that will be encountered by the binder where an alternate value should be used | |
derivedTypes | IEnumerable |
an enumerable set of types to be considered for binding |
return | bool |
public static SetTypeStampSaltValue ( System.Guid guid ) : void | ||
guid | System.Guid | |
return | void |