C# Class SenseNet.ContentRepository.TemplateManager

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
TEMPLATE_PATTERN_FORMAT string

Private Properties

Свойство Type Description
CollectTemplateReplacers TemplateReplacerBase>.Dictionary
DiscoverTemplateReplacers Dictionary>
ReplaceTemplates string

Méthodes publiques

Méthode Description
GetProperty ( GenericContent content, string propertyName ) : string
GetProperty ( Node node, string propertyName ) : string
Init ( ) : void
Replace ( Type replacerBaseType, string text ) : string
Replace ( Type replacerBaseType, string text, object parameters ) : string
Replace ( string replacerBaseType, string text ) : string
Replace ( string replacerBaseType, string text, object parameters ) : string

Private Methods

Méthode Description
CollectTemplateReplacers ( Type replacerBaseType ) : TemplateReplacerBase>.Dictionary
DiscoverTemplateReplacers ( ) : Dictionary>
ReplaceTemplates ( string patternFormat, TemplateReplacerBase>.Dictionary replacers, string queryText, object parameters ) : string

Method Details

GetProperty() public static méthode

public static GetProperty ( GenericContent content, string propertyName ) : string
content GenericContent
propertyName string
Résultat string

GetProperty() public static méthode

public static GetProperty ( Node node, string propertyName ) : string
node Node
propertyName string
Résultat string

Init() public static méthode

public static Init ( ) : void
Résultat void

Replace() public static méthode

public static Replace ( Type replacerBaseType, string text ) : string
replacerBaseType System.Type
text string
Résultat string

Replace() public static méthode

public static Replace ( Type replacerBaseType, string text, object parameters ) : string
replacerBaseType System.Type
text string
parameters object
Résultat string

Replace() public static méthode

public static Replace ( string replacerBaseType, string text ) : string
replacerBaseType string
text string
Résultat string

Replace() public static méthode

public static Replace ( string replacerBaseType, string text, object parameters ) : string
replacerBaseType string
text string
parameters object
Résultat string

Property Details

TEMPLATE_PATTERN_FORMAT public_oe static_oe property

public static string TEMPLATE_PATTERN_FORMAT
Résultat string