C# Class WebApplications.Utilities.Formatting.ResolvableWriteable

Inheritance: Resolvable, IFormattable, IWriteable
Datei anzeigen Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description
ToString string
WriteTo void

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this instance.

WriteTo ( [ writer, [ format = null ) : void

Writes this instance to the writer, using the optional format.

Protected Methods

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

Initializes a new instance of the Resolvable class.

Private Methods

Method Description
ToString ( [ format, [ formatProvider = null ) : string
WriteTo ( TextWriter writer, string format ) : void

Method Details

ResolvableWriteable() protected method

Initializes a new instance of the Resolvable class.
protected ResolvableWriteable ( 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

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

WriteTo() public method

Writes this instance to the writer, using the optional format.
public WriteTo ( [ writer, [ format = null ) : void
writer [ The writer.
format [ The format.
return void