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.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
IModelExtension AddExtension(
	Guid extensionType,
	Type handlerType,
	Object value
)

Parameters

extensionType  Guid
The type of extension to add
handlerType  Type
The handler to serialize the value
value  Object
The value of the extension to set

Return Value

IModelExtension

[Missing <returns> documentation for "M:SanteDB.Core.Model.Interfaces.IExtendable.AddExtension(System.Guid,System.Type,System.Object)"]

See Also