Click or drag to resize
IFdfLocalizableGetTypeName Method
Returns String representation of the underlying type.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
string GetTypeName()

Return Value

Type: String
Remarks
Default value has to be GetType.ToString in implementing class. Overriding present property behaviour enables type localization.
See Also