Implements System.ComponentModel.Design.ITypeResolutionService, System.ComponentModel.Design.ITypeResolutionService interfaces

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Class TypeResolution _
	Implements ITypeResolutionService, ITypeDiscoveryService
C#
public class TypeResolution : ITypeResolutionService, 
	ITypeDiscoveryService
Visual C++
public ref class TypeResolution : ITypeResolutionService, 
	ITypeDiscoveryService
JavaScript
Greatis.FormDesigner.TypeResolution = function();

Type.createClass(
	'Greatis.FormDesigner.TypeResolution',
	null,
	ITypeResolutionService,
	ITypeDiscoveryService);

Inheritance Hierarchy

System..::.Object
  Greatis.FormDesigner..::.TypeResolution

See Also