IGuiFactoryServiceGetUserFriendlyClassName(Type) Method |
Gets a user-friendly class name for the specified type.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxstring GetUserFriendlyClassName(
Type definedtype
)
Parameters
- definedtype Type
- The type to describe.
Return Value
StringA user-friendly class name.
See Also