 | EntityRelationships Property |
Gets a list of all associated entities for this entity
Namespace: SanteDB.Core.Model.EntitiesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<EntityRelationship> Relationships { get; set; }Public Property Relationships As List(Of EntityRelationship)
Get
Set
public:
property List<EntityRelationship^>^ Relationships {
List<EntityRelationship^>^ get ();
void set (List<EntityRelationship^>^ value);
}member Relationships : List<EntityRelationship> with get, set
Property Value
ListEntityRelationship
See Also