C# Class Stubble.Core.Classes.Registry

A class holding the instance data for a Stubble Renderer
显示文件 Open project: StubbleOrg/Stubble Class Usage Examples

Private Properties

Property Type Description
SetEnumerationConverters void
SetPartialTemplateLoader void
SetTemplateLoader void
SetTokenGetters void
SetTokenMatchRegex void
SetTruthyChecks void
SetValueGetters void

Public Methods

Method Description
Registry ( ) : System

Initializes a new instance of the Registry class with default RegistrySettings

Registry ( RegistrySettings settings ) : System

Initializes a new instance of the Registry class with given RegistrySettings

Private Methods

Method Description
SetEnumerationConverters ( IEnumerable>.IDictionary enumerationConverters ) : void
SetPartialTemplateLoader ( IStubbleLoader loader ) : void
SetTemplateLoader ( IStubbleLoader loader ) : void
SetTokenGetters ( IDictionary tokenGetters ) : void
SetTokenMatchRegex ( ) : void
SetTruthyChecks ( bool?>.IReadOnlyList truthyChecks ) : void
SetValueGetters ( IDictionary valueGetters ) : void

Method Details

Registry() public method

Initializes a new instance of the Registry class with default RegistrySettings
public Registry ( ) : System
return System

Registry() public method

Initializes a new instance of the Registry class with given RegistrySettings
public Registry ( RegistrySettings settings ) : System
settings RegistrySettings The registry settings to initalise the Registry with
return System