Returns String representation of the underlying type.


Namespace: FDF.Common.Features.Filters
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetTypeName() As String _
    Implements IFdfLocalizable.GetTypeName
C#
public override string GetTypeName()
C++
public:
 virtual String GetTypeName() override 
J#
public override string GetTypeName()
JScript
public override  function GetTypeName() : String

Implements

IFdfLocalizable.GetTypeName

See Also