ASP.NET Pack Programmer's Guide
Factory Members
Constructors Methods
 


Provides shortcut methods for creating and adding instances of the standard MindFusion.Diagramming for WebForms item types. Call the class methods through the Factory property of the Diagram class.

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

 Public Constructors

  Name Description

Factory

Initializes a new instance of the Factory class over the specified Diagram.

 Public Methods

  Name Description

CreateBarcodeNode

Overloaded. Creates a new BarcodeNode instance and adds it to the Nodes collection of the underlying diagram.

CreateContainerNode

Overloaded. Creates a new ContainerNode instance and adds it to the Nodes collection of the underlying diagram.

CreateDiagramLink

Overloaded. Creates a new DiagramLink instance and adds it to the Links collection of the underlying diagram.

CreateGroup

Creates a new hierarchical Group with the specified main item.

CreateMapNode

Overloaded.  

CreateShapeNode

Overloaded. Creates a new ShapeNode instance and adds it to the Nodes collection of the underlying diagram.

CreateSvgNode

Overloaded. Creates a new SvgNode instance.

CreateTableNode

Overloaded. Creates a new TableNode instance and adds it to the Nodes collection of the underlying diagram.

CreateTreeViewNode

Overloaded. Creates a new TreeViewNode instance.

CreateVisioNode

Overloaded. Creates a new VisioNode instance.

 See Also

Factory Class
MindFusion.Diagramming Namespace