C# Class WebApplications.Utilities.Formatting.FormatBuilder.Resolutions

Inheritance: Resolvable
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
Resolutions ( [ parent, [ resolvable ) : System

Initializes a new instance of the Resolutions class.

Resolutions ( [ parent, [ resolver, bool isCaseSensitive, bool resolveOuterTags, bool resolveControls ) : System

Initializes a new instance of the Resolutions class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Method Details

Resolutions() public method

Initializes a new instance of the Resolutions class.
public Resolutions ( [ parent, [ resolvable ) : System
parent [ The parent.
resolvable [ The resolvable.
return System

Resolutions() public method

Initializes a new instance of the Resolutions class.
public Resolutions ( [ parent, [ resolver, bool isCaseSensitive, bool resolveOuterTags, bool resolveControls ) : System
parent [ The parent.
resolver [ The resolver.
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 method

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