Click or drag to resize

ITypeManager Interface

Provides mechanism for managing value types within the chart data table.

Namespace:  Dynamicweb.Controls.Charts.Providers
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public interface ITypeManager

The ITypeManager type exposes the following members.

Methods
  NameDescription
Public methodGetTypeClass
Returns the common name (a class) for a given type.
Public methodSerialize
Converts specified value to its Javascript equivalent using given destination type.
Public methodValidate
Validates specified type.
Top
Remarks