StructuredCompositeActivityDesigner Class
.NET Framework 3.0
Provides common methods and properties for composite activity designers that contain structured layouts.
Namespace: System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
'Declaration Public MustInherit Class StructuredCompositeActivityDesigner Inherits CompositeActivityDesigner 'Usage Dim instance As StructuredCompositeActivityDesigner
public abstract class StructuredCompositeActivityDesigner extends CompositeActivityDesigner
public abstract class StructuredCompositeActivityDesigner extends CompositeActivityDesigner
Not applicable.
The StructuredCompositeActivityDesigner is the base class for all designers that contain child designers and the child designers are connected to each other using lines rendered on the design surface, called connectors. The class is provided so that activity designer developers can provide a number of activity designer layout types, rather than being tied to the layout provided in the CompositeActivityDesigner class.
System.Object
System.Workflow.ComponentModel.Design.ActivityDesigner
System.Workflow.ComponentModel.Design.CompositeActivityDesigner
System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner
System.Workflow.ComponentModel.Design.ParallelActivityDesigner
System.Workflow.ComponentModel.Design.SequentialActivityDesigner
System.Workflow.ComponentModel.Design.ActivityDesigner
System.Workflow.ComponentModel.Design.CompositeActivityDesigner
System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner
System.Workflow.ComponentModel.Design.ParallelActivityDesigner
System.Workflow.ComponentModel.Design.SequentialActivityDesigner
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: