 | 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
<FlagsAttribute>
Public Enumeration ChildObjectScopeBinding
[FlagsAttribute]
public enum class ChildObjectScopeBinding
[<FlagsAttribute>]
type ChildObjectScopeBinding
Members|
| Member name | Value | Description |
|---|
| Instance | 1 |
The API child object is bound to an instance of the object
|
| Class | 2 |
The API child object is bound to the parent type
|
See Also