C# Class WebApplications.Utilities.Logging.Log.LogEnumerableElement

Inheritance: WebApplications.Utilities.Formatting.ResolvableWriteable
Exibir arquivo Open project: webappsuk/CoreLibraries

Public Methods

Method Description
LogEnumerableElement ( [ resource, [ values ) : System

Initializes a new instance of the LogElement class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Method Details

LogEnumerableElement() public method

Initializes a new instance of the LogElement class.
public LogEnumerableElement ( [ resource, [ values ) : System
resource [ The resource.
values [ The values.
return System

Resolve() public method

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.
return object