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

Parameters

extensionType  Guid
The extension type to be added
handlerType  Type
The handler
value  Object
The value

Return Value

IModelExtension

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

Implements

IExtendableAddExtension(Guid, Type, Object)
See Also