Method | Description | |
---|---|---|
DefaultAttributeTypeRegistry ( ) : System |
Ensures all known types are registered on construcion
|
|
GetAllRegisteredAliases ( ) : IEnumerable |
||
GetAttributeType ( string alias ) : AttributeType |
Gets the AttributeType by alias
|
|
RegisterAttributeType ( Func |
Registers or updates an AttributeType in the registry
|
|
TryGetAttributeType ( string alias ) : AttemptTuple |
Tries to get an AttributeType by alias.
|
Method | Description | |
---|---|---|
RegisterDefaultTypes ( ) : void |
Called one time to register default types for the class instance before any AttributeType's get resolved or Registered.
|
|
RegisterSystemAttributeTypes ( ) : void |
Called by RegisterDefaultTypes to register all build in system types
|
Method | Description | |
---|---|---|
EnsureDefaultRegistrations ( ) : void |
Ensures all known types are registered
|
public DefaultAttributeTypeRegistry ( ) : System | ||
return | System |
public GetAllRegisteredAliases ( ) : IEnumerable |
||
return | IEnumerable |
public GetAttributeType ( string alias ) : AttributeType | ||
alias | string | The alias. |
return | AttributeType |
public RegisterAttributeType ( Func |
||
attributeType | Func |
the AttributeType. |
return | void |
protected RegisterSystemAttributeTypes ( ) : void | ||
return | void |
public TryGetAttributeType ( string alias ) : AttemptTuple |
||
alias | string | The alias. |
return | AttemptTuple |