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

상속: IResolvable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

보호된 메소드들

메소드 설명
Resolvable ( bool isCaseSensitive = false, bool resolveOuterTags = true, bool resolveControls = false ) : System

Initializes a new instance of the Resolvable class.

메소드 상세

Resolvable() 보호된 메소드

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

Resolve() 공개 추상적인 메소드

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