| ActParticipationAct Property |
Delay load property for
ActKey
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Act Act { get; set; }
Public Property Act As Act
Get
Set
public:
property Act^ Act {
Act^ get ();
void set (Act^ value);
}
member Act : Act with get, set
Property Value
Type:
ActExamples void DoSomething(ActParticipation foo) {
var typeOfConcept = foo.LoadProperty(o=>o.Act).TypeConceptKey;
}
See Also