Click or drag to resize

ChildObjectScopeBinding Enumeration

The type of binding that the child object makes

Namespace:  SanteDB.Core.Interop
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
[FlagsAttribute]
public enum ChildObjectScopeBinding
Members
  Member nameValueDescription
Instance1 The API child object is bound to an instance of the object
Class2 The API child object is bound to the parent type
See Also