C# Class DotNetNuke.Modules.UserDefinedTable.Components.TokenReplace

Inheritance: Services.Tokens.TokenReplace
Afficher le fichier Open project: DNNCommunity/DNN.FormAndList Class Usage Examples

Méthodes publiques

Méthode Description
TokenReplace ( ) : System.Web
TokenReplace ( bool escapeApostrophe ) : System.Web

Méthodes protégées

Méthode Description
replacedTokenValue ( string objectName, string propertyName, string formatString ) : string

Method Details

TokenReplace() public méthode

public TokenReplace ( ) : System.Web
Résultat System.Web

TokenReplace() public méthode

public TokenReplace ( bool escapeApostrophe ) : System.Web
escapeApostrophe bool
Résultat System.Web

replacedTokenValue() protected méthode

protected replacedTokenValue ( string objectName, string propertyName, string formatString ) : string
objectName string
propertyName string
formatString string
Résultat string