C# Класс WebApplications.Utilities.Formatting.ResolvableWriteable

Наследование: Resolvable, IFormattable, IWriteable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ToString string
WriteTo void

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
ResolvableWriteable ( bool isCaseSensitive = false, bool resolveOuterTags = true, bool resolveControls = false ) : System

Initializes a new instance of the Resolvable class.

Приватные методы

Метод Описание
ToString ( [ format, [ formatProvider = null ) : string
WriteTo ( TextWriter writer, string format ) : void

Описание методов

ResolvableWriteable() защищенный Метод

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.
Результат System

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

WriteTo() публичный Метод

Writes this instance to the writer, using the optional format.
public WriteTo ( [ writer, [ format = null ) : void
writer [ The writer.
format [ The format.
Результат void