C# Class WebApplications.Utilities.Formatting.Resolvable

Inheritance: IResolvable
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Protected Methods

Method Description
Resolvable ( bool isCaseSensitive = false, bool resolveOuterTags = true, bool resolveControls = false ) : System

Initializes a new instance of the Resolvable class.

Method Details

Resolvable() protected method

Initializes a new instance of the Resolvable class.
protected Resolvable ( bool isCaseSensitive = false, bool resolveOuterTags = true, bool resolveControls = false ) : System
isCaseSensitive bool if set to then tags are case sensitive.
resolveOuterTags bool if set to outer tags should be resolved automatically in formats.
resolveControls bool if set to then controls will passed to the resolvable.
return System

Resolve() public abstract method

Resolves the specified tag.
public abstract Resolve ( FormatWriteContext context, FormatChunk chunk ) : object
context FormatWriteContext The context.
chunk FormatChunk The chunk.
return object