Click or drag to resize

ActAddExtension Method

Add the specified extension type to the collection

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public void AddExtension(
	Guid extensionType,
	Type handlerType,
	Object value
)

Parameters

extensionType
Type: SystemGuid
The extension type to be added
handlerType
Type: SystemType
The handler
value
Type: SystemObject
The value

Implements

IExtendableAddExtension(Guid, Type, Object)
See Also