C# 클래스 WebApplications.Utilities.Formatting.ResolvableWriteable

상속: Resolvable, IFormattable, IWriteable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

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