Click or drag to resize

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; }

Property Value

Type: ListEntityRelationship
See Also