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

The RelationshipClassKeyStrings type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberContainedObjectLink
The target is a sub-object of the holder (i.e. it doesn't exist within its own right)
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