Property | Type | Description | |
---|---|---|---|
SetEnumerationConverters | void | ||
SetPartialTemplateLoader | void | ||
SetTemplateLoader | void | ||
SetTokenGetters | void | ||
SetTokenMatchRegex | void | ||
SetTruthyChecks | void | ||
SetValueGetters | void |
Method | Description | |
---|---|---|
Registry ( ) : System |
Initializes a new instance of the Registry class with default RegistrySettings
|
|
Registry ( |
Initializes a new instance of the Registry class with given RegistrySettings
|
Method | Description | |
---|---|---|
SetEnumerationConverters ( IEnumerable>.IDictionary | ||
SetPartialTemplateLoader ( IStubbleLoader loader ) : void | ||
SetTemplateLoader ( IStubbleLoader loader ) : void | ||
SetTokenGetters ( IDictionary |
||
SetTokenMatchRegex ( ) : void | ||
SetTruthyChecks ( bool?>.IReadOnlyList | ||
SetValueGetters ( IDictionary valueGetters ) : void |
public Registry ( |
||
settings | The registry settings to initalise the Registry with | |
return | System |