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: 2.2.1
Syntax
public static class RelationshipClassKeys

The RelationshipClassKeys type exposes the following members.

Fields
  NameDescription
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 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