C# 클래스 WebApplications.Utilities.Formatting.FormatBuilder.Resolutions

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

공개 메소드들

메소드 설명
Resolutions ( [ parent, [ resolvable ) : System

Initializes a new instance of the Resolutions class.

Resolutions ( [ parent, [ resolver, bool isCaseSensitive, bool resolveOuterTags, bool resolveControls ) : System

Initializes a new instance of the Resolutions class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

메소드 상세

Resolutions() 공개 메소드

Initializes a new instance of the Resolutions class.
public Resolutions ( [ parent, [ resolvable ) : System
parent [ The parent.
resolvable [ The resolvable.
리턴 System

Resolutions() 공개 메소드

Initializes a new instance of the Resolutions class.
public Resolutions ( [ parent, [ resolver, bool isCaseSensitive, bool resolveOuterTags, bool resolveControls ) : System
parent [ The parent.
resolver [ The resolver.
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 Resolve ( FormatWriteContext context, FormatChunk chunk ) : object
context FormatWriteContext The context.
chunk FormatChunk The chunk.
리턴 object