Click or drag to resize

RelationshipClassKeyStrings Class

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

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

The RelationshipClassKeyStrings type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAutomatedLink The linkage was automatically assigned by the system
Public fieldStatic memberConfirmedLink The linkage has been confirmed by a user
Public fieldStatic memberContainedObjectLink The target is a sub-object of the holder (i.e. it doesn't exist within its own right)
Public fieldStatic memberPermanentLink The linkage is permanent and cannot be deleted
Public fieldStatic memberPlayedRoleLink Played role
Public fieldStatic memberPrivateLink Entity referenced is for internal use only (i.e. should not be disclosed on external callers)
Public fieldStatic memberReferencedObjectLink Entity is a referenced link of the holder (i.e. should be )
Top
See Also