Click or drag to resize

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
)

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