GUIFactoryServiceGetUserFriendlyClassName(Type, Boolean) Method |
This retrieves user friendly class name for an array of types.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string[] GetUserFriendlyClassName(
Type[] types,
bool withStartingNone
)
Parameters
- types Type
- Array of types for whose to return an user friendly class name.
- withStartingNone Boolean
- If true, the first item will be a none (the returned string array then has one element more than the provided array).
Return Value
StringArray of strings with the user friendly class names.
Implements
IGuiFactoryServiceGetUserFriendlyClassName(Type, Boolean)See Also