C# Class IVO.CMS.Web.RenderingSystemContext

ファイルを表示 Open project: JamesDunne/ivo-cms Class Usage Examples

Public Methods

Method Description
GetRoot ( ) : Task>
RenderBlobAsync ( IVO.Definition.Models.CanonicalBlobPath path ) : Task>
RenderingSystemContext ( ISystemContext systemContext, DateTimeOffset viewDate = null, IConditionalEvaluator evaluator = null, ICustomElementProvider provider = null, bool throwOnError = false, bool injectErrorComments = true, bool injectWarningComments = false ) : System

Private Methods

Method Description
getRoot ( ) : Task>

Method Details

GetRoot() public method

public GetRoot ( ) : Task>
return Task>

RenderBlobAsync() public method

public RenderBlobAsync ( IVO.Definition.Models.CanonicalBlobPath path ) : Task>
path IVO.Definition.Models.CanonicalBlobPath
return Task>

RenderingSystemContext() public method

public RenderingSystemContext ( ISystemContext systemContext, DateTimeOffset viewDate = null, IConditionalEvaluator evaluator = null, ICustomElementProvider provider = null, bool throwOnError = false, bool injectErrorComments = true, bool injectWarningComments = false ) : System
systemContext ISystemContext
viewDate DateTimeOffset
evaluator IConditionalEvaluator
provider ICustomElementProvider
throwOnError bool
injectErrorComments bool
injectWarningComments bool
return System