Click or drag to resize

IHasRelationships Interface

Relationship target

Namespace:  SanteDB.Core.Model.Interfaces
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public interface IHasRelationships

The IHasRelationships type exposes the following members.

Properties
  NameDescription
Public propertyRelationships
Gets the relationshp
Top
Methods
  NameDescription
Public methodAddRelationship
Add a relationship
Public methodRemoveRelationship
Remove a relationship from the object
Top
See Also