ActParticipationPlayerEntity Property |
Namespace: SanteDB.Core.Model.Acts
void DoSomething(ActParticipation foo) { // This property is used with .LoadProperty to provide convenient loading of data var playerType = foo.LoadProperty(o=>o.PlayerEntity).TypeConceptKey; }