 | IExtensionHandlerGetDisplay Method |
Gets the display value
Namespace: SanteDB.Core.InterfacesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxstring GetDisplay(
Object data
)
Function GetDisplay (
data As Object
) As String
String^ GetDisplay(
Object^ data
)
abstract GetDisplay :
data : Object -> string Parameters
- data Object
[Missing <param name="data"/> documentation for "M:SanteDB.Core.Interfaces.IExtensionHandler.GetDisplay(System.Object)"]
Return Value
String[Missing <returns> documentation for "M:SanteDB.Core.Interfaces.IExtensionHandler.GetDisplay(System.Object)"]
See Also