Show / Hide Table of Contents

Class BaseTokenReplace

Inheritance
object
BaseTokenReplace
BaseCustomTokenReplace
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke.dll
Syntax
public abstract class BaseTokenReplace

Constructors

BaseTokenReplace()

Declaration
protected BaseTokenReplace()

Fields

ObjectLessToken

Declaration
protected const string ObjectLessToken = "no_object"
Field Value
Type Description
string

Properties

FormatProvider

Declaration
protected virtual CultureInfo FormatProvider { get; }
Property Value
Type Description
CultureInfo

Language

Declaration
public virtual string Language { get; set; }
Property Value
Type Description
string

TokenizerRegex

Declaration
protected Regex TokenizerRegex { get; }
Property Value
Type Description
Regex

UseObjectLessExpression

Declaration
protected bool UseObjectLessExpression { get; set; }
Property Value
Type Description
bool

Methods

ReplaceTokens(string)

Declaration
protected virtual string ReplaceTokens(string sourceText)
Parameters
Type Name Description
string sourceText
Returns
Type Description
string

replacedTokenValue(string, string, string)

Declaration
protected abstract string replacedTokenValue(string objectName, string propertyName, string format)
Parameters
Type Name Description
string objectName
string propertyName
string format
Returns
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS