Click or drag to resize

CdssExecutionContextWrapTTarget Method

Wrap this execution context such that it is a CdssExecutionContextTTarget

Namespace: SanteDB.Cdss.Xml
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public CdssExecutionContext<TTarget> Wrap<TTarget>()
where TTarget : IdentifiedData

Type Parameters

TTarget
The type of target which is being wrapped

Return Value

CdssExecutionContextTTarget

[Missing <returns> documentation for "M:SanteDB.Cdss.Xml.CdssExecutionContext.Wrap``1"]

Remarks
This method exists to allow sharing common functions and facts between related object types. For example, a logic block with CdssExecutionContextTTarget with a CdssExecutionContextTTarget
See Also