Search
ITypeResolver Interface
Remarks See Also
 





Resolves types by their names.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public interface ITypeResolver

Visual Basic  Copy Code

Public Interface ITypeResolver

 Remarks

Instances of classes implementing this interface can be supplied to the XmlLoader in order to resolve references to external types.

 See Also