 | IExtendableAddExtension Method |
Add an extension from the extension object
Namespace: SanteDB.Core.Model.InterfacesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
SyntaxIModelExtension AddExtension(
Guid extensionType,
Type handlerType,
Object value
)
Function AddExtension (
extensionType As Guid,
handlerType As Type,
value As Object
) As IModelExtension
IModelExtension^ AddExtension(
Guid extensionType,
Type^ handlerType,
Object^ value
)
abstract AddExtension :
extensionType : Guid *
handlerType : Type *
value : Object -> IModelExtension 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