C# 클래스 WebApplications.Utilities.Logging.LogContext.ContextElement

상속: WebApplications.Utilities.Formatting.ResolvableWriteable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
ContextElement ( [ key, [ value ) : System

Initializes a new instance of the ContextElement class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

메소드 상세

ContextElement() 공개 메소드

Initializes a new instance of the ContextElement class.
public ContextElement ( [ key, [ value ) : System
key [ The key.
value [ The value.
리턴 System

Resolve() 공개 메소드

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