| EntityRelationships Property |
Gets a list of all associated entities for this entity
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public 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
Type:
ListEntityRelationshipSee Also