Click or drag to resize

CdssExecutionContextCreateDebugContext Method

Create a debug context for the specified execution run

Namespace: SanteDB.Cdss.Xml
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public static CdssExecutionContext CreateDebugContext(
	IdentifiedData forObject,
	IEnumerable<CdssLibraryDefinition> scopedLibraries
)

Parameters

forObject  IdentifiedData
The object which is to be created
scopedLibraries  IEnumerableCdssLibraryDefinition
The libraries which are scoped to the context

Return Value

CdssExecutionContext
The created execution context with the debug information
See Also