Search
ItemTypeResolver Members
Constructors Properties Methods
 


Provides a type resolver for DiagramItem classes.

The following tables list the members exposed by the ItemTypeResolver type.

 Public Constructors

  Name Description

ItemTypeResolver

Overloaded.  

 Public Properties

  Name Description

AutoClasses

Gets the registered client types with JSON templates.

Converters

Gets the registered custom converters.

ItemTypes

Gets the registered item types.

 Public Methods

  Name Description

GetResolver

Returns the ItemTypeResolver instance registered for the specified page.

RegisterConverters

Registers converters used for JSON serialization of custom item types.

RegisterItemType

Overloaded.  

ResolveType

Returns the Type of the specified id.

ResolveTypeId

Returns the id of the specified Type.

 See Also