C# 클래스 Stubble.Core.Classes.Registry

A class holding the instance data for a Stubble Renderer
파일 보기 프로젝트 열기: StubbleOrg/Stubble 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SetEnumerationConverters void
SetPartialTemplateLoader void
SetTemplateLoader void
SetTokenGetters void
SetTokenMatchRegex void
SetTruthyChecks void
SetValueGetters void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Registry() 공개 메소드

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

Registry() 공개 메소드

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
리턴 System