C# 클래스 SenseNet.ContentRepository.TemplateManager

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TEMPLATE_PATTERN_FORMAT string

Private Properties

프로퍼티 타입 설명
CollectTemplateReplacers TemplateReplacerBase>.Dictionary
DiscoverTemplateReplacers Dictionary>
ReplaceTemplates string

공개 메소드들

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

비공개 메소드들

메소드 설명
CollectTemplateReplacers ( Type replacerBaseType ) : TemplateReplacerBase>.Dictionary
DiscoverTemplateReplacers ( ) : Dictionary>
ReplaceTemplates ( string patternFormat, TemplateReplacerBase>.Dictionary replacers, string queryText, object parameters ) : string

메소드 상세

GetProperty() 공개 정적인 메소드

public static GetProperty ( GenericContent content, string propertyName ) : string
content GenericContent
propertyName string
리턴 string

GetProperty() 공개 정적인 메소드

public static GetProperty ( Node node, string propertyName ) : string
node Node
propertyName string
리턴 string

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Replace() 공개 정적인 메소드

public static Replace ( Type replacerBaseType, string text ) : string
replacerBaseType System.Type
text string
리턴 string

Replace() 공개 정적인 메소드

public static Replace ( Type replacerBaseType, string text, object parameters ) : string
replacerBaseType System.Type
text string
parameters object
리턴 string

Replace() 공개 정적인 메소드

public static Replace ( string replacerBaseType, string text ) : string
replacerBaseType string
text string
리턴 string

Replace() 공개 정적인 메소드

public static Replace ( string replacerBaseType, string text, object parameters ) : string
replacerBaseType string
text string
parameters object
리턴 string

프로퍼티 상세

TEMPLATE_PATTERN_FORMAT 공개적으로 정적으로 프로퍼티

public static string TEMPLATE_PATTERN_FORMAT
리턴 string