Click or drag to resize

CdssExecutionContextCreateContext Method

Create a context for the provided object

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

Parameters

forObject  IdentifiedData
The object which the context should be created for
scopedLibraries  IEnumerableCdssLibraryDefinition

[Missing <param name="scopedLibraries"/> documentation for "M:SanteDB.Cdss.Xml.CdssExecutionContext.CreateContext(SanteDB.Core.Model.IdentifiedData,System.Collections.Generic.IEnumerable{SanteDB.Cdss.Xml.Model.CdssLibraryDefinition})"]

Return Value

CdssExecutionContext
The constructed context
See Also