Click or drag to resize

IExtensionHandler Interface

Extension handler contract

Namespace: SanteDB.Core.Interfaces
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public interface IExtensionHandler

The IExtensionHandler type exposes the following members.

Properties
 NameDescription
Public propertyName Gets the name of the handler
Top
Methods
 NameDescription
Public methodDeSerialize(Byte) Represents the data as a .net value
Public methodDeSerializeT(Byte) De-serialize as a strongly type object
Public methodGetDisplay Gets the display value
Public methodSerialize Serializes the data
Top
See Also