Click or drag to resize

RelationshipClassKeys Class

Base entity relationship type keys
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsRelationshipClassKeys

Namespace: SanteDB.Core.Model.Constants
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public static class RelationshipClassKeys

The RelationshipClassKeys type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAutomatedLink The linkage was automatically generated by a system process
Public fieldStatic memberConfirmedLink The linkage was confirmed by a user
Public fieldStatic memberContainedObjectLink The target is referenced by the holder, however the target cannot exist without the holder object (it relies on the holder to give it context)
Public fieldStatic memberPermanentLink Permanent link (cannot be deleted)
Public fieldStatic memberPlayedRoleLink The holder of the relationship plays the role of the target of the relationship
Public fieldStatic memberPrivateLink The target is referenced by the holder by a system process and should not be disclosed on non-internal APIs
Public fieldStatic memberReferencedObjectLink The target is referenced by the holder however the target exists as an independent object
Top
See Also