Click or drag to resize

ActClassConcept Property

Gets the delay-loaded value of the ClassConceptKey

Namespace: SanteDB.Core.Model.Acts
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public Concept ClassConcept { get; set; }

Property Value

Concept
Remarks

The loading of this delay-loaded property is based on the configuration of the SanteDB host environment (i.e. whether deep-loading of lazy-loading of properties is enabled). It is good practice to load any delay-load properties using the LoadProperty method, such as: act.LoadProperty(o=>o.ClassConcept)

See Also