C# 클래스 WebApplications.Utilities.Logging.Log.LogEnumerableElement

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

공개 메소드들

메소드 설명
LogEnumerableElement ( [ resource, [ values ) : System

Initializes a new instance of the LogElement class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

메소드 상세

LogEnumerableElement() 공개 메소드

Initializes a new instance of the LogElement class.
public LogEnumerableElement ( [ resource, [ values ) : System
resource [ The resource.
values [ The values.
리턴 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