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

Wraps a lambda expression in a concrete IResolvable object.
상속: Resolvable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

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

Initializes a new instance of the Resolvable class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

메소드 상세

FuncResolvable() 공개 메소드

Initializes a new instance of the Resolvable class.
public FuncResolvable ( [ resolver, bool isCaseSensitive = false, bool resolveOuterTags = true, bool resolveControls = false ) : System
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