Click or drag to resize

IGuiFactoryServiceGetUserFriendlyClassName(Type, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetUserFriendlyClassName(System.Type[],System.Boolean)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string[] GetUserFriendlyClassName(
	Type[] types,
	bool withStartingNone
)

Parameters

types  Type

[Missing <param name="types"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetUserFriendlyClassName(System.Type[],System.Boolean)"]

withStartingNone  Boolean

[Missing <param name="withStartingNone"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetUserFriendlyClassName(System.Type[],System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetUserFriendlyClassName(System.Type[],System.Boolean)"]

See Also