| 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
)
Public Sub AddExtension (
extensionType As Guid,
handlerType As Type,
value As Object
)
public:
virtual void AddExtension(
Guid extensionType,
Type^ handlerType,
Object^ value
) sealed
abstract AddExtension :
extensionType : Guid *
handlerType : Type *
value : Object -> unit
override AddExtension :
extensionType : Guid *
handlerType : Type *
value : Object -> unit
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