Click or drag to resize

ITypeManagerGetTypeClass Method

Returns the common name (a class) for a given type.

Namespace:  Dynamicweb.Controls.Charts.Providers
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
string GetTypeClass(
	Type t
)

Parameters

t
Type: SystemType
Type to examine.

Return Value

Type: String
Type class.
Remarks