C# Class WrappedTridionRazorTemplate, TridionVSRazorExtension

Inheritance: WebViewPage
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode Description
Debug ( string message ) : string
Dispose ( ) : void
Error ( string message ) : string
Execute ( ) : void
GetComponentPresentationsBySchema ( ) : List
GetComponentPresentationsByTemplate ( ) : List
HtmlDecode ( string textToDecode ) : string
HtmlEncode ( string textToEncode ) : string
Info ( string message ) : string
RenderComponentField ( string fieldExpression, int fieldIndex ) : string
RenderComponentField ( string fieldExpression, int fieldIndex, bool renderTcdlTagOnError ) : string
RenderComponentField ( string fieldExpression, int fieldIndex, bool htmlEncodeResult, bool resolveHtmlAsRTFContent ) : string
RenderComponentField ( string fieldExpression, int fieldIndex, bool htmlEncodeResult, bool resolveHtmlAsRTFContent, bool renderTcdlTagOnError ) : string
RenderComponentField ( string fieldExpression, int fieldIndex, string value ) : string
RenderComponentField ( string fieldExpression, int fieldIndex, string value, bool renderTcdlTagOnError ) : string
RenderComponentPresentation ( TcmUri, componentID, TcmUri, templateID ) : string
RenderComponentPresentation ( string componentID, string templateID ) : string
RenderComponentPresentations ( ) : string
RenderComponentPresentationsByTemplate ( ) : string
StripHtml ( string html ) : string
UrlDecode ( string textToDecode ) : string
UrlEncode ( string textToEncode ) : string
Warning ( string message ) : string
WrappedTridionRazorTemplate ( )

Méthodes protégées

Méthode Description
InitializePage ( ) : void

Method Details

Debug() public méthode

public Debug ( string message ) : string
message string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Error() public méthode

public Error ( string message ) : string
message string
Résultat string

Execute() public méthode

public Execute ( ) : void
Résultat void

GetComponentPresentationsBySchema() public méthode

public GetComponentPresentationsBySchema ( ) : List
Résultat List

GetComponentPresentationsByTemplate() public méthode

public GetComponentPresentationsByTemplate ( ) : List
Résultat List

HtmlDecode() public méthode

public HtmlDecode ( string textToDecode ) : string
textToDecode string
Résultat string

HtmlEncode() public méthode

public HtmlEncode ( string textToEncode ) : string
textToEncode string
Résultat string

Info() public méthode

public Info ( string message ) : string
message string
Résultat string

InitializePage() protected méthode

protected InitializePage ( ) : void
Résultat void

RenderComponentField() public méthode

public RenderComponentField ( string fieldExpression, int fieldIndex ) : string
fieldExpression string
fieldIndex int
Résultat string

RenderComponentField() public méthode

public RenderComponentField ( string fieldExpression, int fieldIndex, bool renderTcdlTagOnError ) : string
fieldExpression string
fieldIndex int
renderTcdlTagOnError bool
Résultat string

RenderComponentField() public méthode

public RenderComponentField ( string fieldExpression, int fieldIndex, bool htmlEncodeResult, bool resolveHtmlAsRTFContent ) : string
fieldExpression string
fieldIndex int
htmlEncodeResult bool
resolveHtmlAsRTFContent bool
Résultat string

RenderComponentField() public méthode

public RenderComponentField ( string fieldExpression, int fieldIndex, bool htmlEncodeResult, bool resolveHtmlAsRTFContent, bool renderTcdlTagOnError ) : string
fieldExpression string
fieldIndex int
htmlEncodeResult bool
resolveHtmlAsRTFContent bool
renderTcdlTagOnError bool
Résultat string

RenderComponentField() public méthode

public RenderComponentField ( string fieldExpression, int fieldIndex, string value ) : string
fieldExpression string
fieldIndex int
value string
Résultat string

RenderComponentField() public méthode

public RenderComponentField ( string fieldExpression, int fieldIndex, string value, bool renderTcdlTagOnError ) : string
fieldExpression string
fieldIndex int
value string
renderTcdlTagOnError bool
Résultat string

RenderComponentPresentation() public méthode

public RenderComponentPresentation ( TcmUri, componentID, TcmUri, templateID ) : string
componentID TcmUri,
templateID TcmUri,
Résultat string

RenderComponentPresentation() public méthode

public RenderComponentPresentation ( string componentID, string templateID ) : string
componentID string
templateID string
Résultat string

RenderComponentPresentations() public méthode

public RenderComponentPresentations ( ) : string
Résultat string

RenderComponentPresentationsByTemplate() public méthode

public RenderComponentPresentationsByTemplate ( ) : string
Résultat string

StripHtml() public méthode

public StripHtml ( string html ) : string
html string
Résultat string

UrlDecode() public méthode

public UrlDecode ( string textToDecode ) : string
textToDecode string
Résultat string

UrlEncode() public méthode

public UrlEncode ( string textToEncode ) : string
textToEncode string
Résultat string

Warning() public méthode

public Warning ( string message ) : string
message string
Résultat string

WrappedTridionRazorTemplate() public méthode