C# Class WebApplications.Utilities.Formatting.ResolvableWriteable

Inheritance: Resolvable, IFormattable, IWriteable
Afficher le fichier Open project: webappsuk/CoreLibraries

Private Properties

Свойство Type Description
ToString string
WriteTo void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ResolvableWriteable ( bool isCaseSensitive = false, bool resolveOuterTags = true, bool resolveControls = false ) : System

Initializes a new instance of the Resolvable class.

Private Methods

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

Method Details

ResolvableWriteable() protected méthode

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.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

WriteTo() public méthode

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