C# Класс Stubble.Core.Classes.Registry

A class holding the instance data for a Stubble Renderer
Показать файл Открыть проект Примеры использования класса

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