Click or drag to resize

IHasRelationships Interface

Relationship target

Namespace: SanteDB.Core.Model.Interfaces
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public interface IHasRelationships : IIdentifiedResource

The IHasRelationships type exposes the following members.

Properties
 NameDescription
Public propertyKey Gets or sets the resource key for this resource.
(Inherited from IIdentifiedResource)
Public propertyModifiedOn Gets the last modified timestamp for this resource.
(Inherited from IIdentifiedResource)
Public propertyRelationships Gets the relationshp
Public propertyTag Gets the tag for this resource. The tag is used to calculate whether a resource has changed or not.
(Inherited from IIdentifiedResource)
Top
Methods
 NameDescription
Public methodAddRelationship Add a relationship
Public methodRemoveRelationship Remove a relationship from the object
Top
Extension Methods
 NameDescription
Public Extension MethodFilterManagedReferenceLinks Get managed reference links
(Defined by ExtensionMethods)
Top
See Also