 | CdssExecutionContext(IdentifiedData, IEnumerableCdssLibraryDefinition, Boolean) Constructor |
Create a new context with specified target
Namespace: SanteDB.Cdss.XmlAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxprotected CdssExecutionContext(
IdentifiedData scopedObject,
IEnumerable<CdssLibraryDefinition> scopedLibraries = null,
bool validationContext = false
)
Protected Sub New (
scopedObject As IdentifiedData,
Optional scopedLibraries As IEnumerable(Of CdssLibraryDefinition) = Nothing,
Optional validationContext As Boolean = false
)
protected:
CdssExecutionContext(
IdentifiedData^ scopedObject,
IEnumerable<CdssLibraryDefinition^>^ scopedLibraries = nullptr,
bool validationContext = false
)
new :
scopedObject : IdentifiedData *
?scopedLibraries : IEnumerable<CdssLibraryDefinition> *
?validationContext : bool
(* Defaults:
let _scopedLibraries = defaultArg scopedLibraries null
let _validationContext = defaultArg validationContext false
*)
-> CdssExecutionContextParameters
- scopedObject IdentifiedData
- The primary focal object for which decision support is being executed
- scopedLibraries IEnumerableCdssLibraryDefinition (Optional)
- The libraries which are in scope of this context
- validationContext Boolean (Optional)
[Missing <param name="validationContext"/> documentation for "M:SanteDB.Cdss.Xml.CdssExecutionContext.#ctor(SanteDB.Core.Model.IdentifiedData,System.Collections.Generic.IEnumerable{SanteDB.Cdss.Xml.Model.CdssLibraryDefinition},System.Boolean)"]
See Also