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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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