| IExtendableAddExtension Method |
Add an extension from the extension object
Namespace:
SanteDB.Core.Model.Interfaces
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax void AddExtension(
Guid extensionType,
Type handlerType,
Object value
)
Sub AddExtension (
extensionType As Guid,
handlerType As Type,
value As Object
)
void AddExtension(
Guid extensionType,
Type^ handlerType,
Object^ value
)
abstract AddExtension :
extensionType : Guid *
handlerType : Type *
value : Object -> unit
Parameters
- extensionType
- Type: SystemGuid
The type of extension to add - handlerType
- Type: SystemType
The handler to serialize the value - value
- Type: SystemObject
The value of the extension to set
See Also