The following tables list the members exposed by ProcessView.
| Name | Description | |
|---|---|---|
|
ProcessView Constructor |
| Name | Description | |
|---|---|---|
|
DefaultCanvasSize |
| Name | Description | |
|---|---|---|
|
ToggleCollectCopyResult | |
|
ToggleLineResult |
| Name | Description | |
|---|---|---|
|
ActivitiesLayoutData | |
|
CanvasSize | |
|
CommandSetId | Overridden. |
|
Container | Gets or sets the container. (Inherited from SourceCode.Framework.PersistableObject) |
|
Description | Gets or sets the Description of the associated object. (Inherited from SourceCode.Framework.Design.NamedObject) |
|
DisplayName | Gets or sets the display name. (Inherited from SourceCode.Framework.Design.NamedObject) |
|
GridSize | |
|
Guid | Gets or sets the GUID. (Inherited from SourceCode.Framework.PersistableObject) |
|
HasAvailableDesigner | (Inherited from SourceCode.Framework.View) |
|
Image | (Inherited from SourceCode.Framework.View) |
|
IsDisposed | Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.PersistableObject) |
|
IsGridVisible | |
|
IsIntLoading | (Inherited from SourceCode.Framework.PersistableObject) |
|
IsLoading | Gets or sets a value indicating whether this instance is loading. (Inherited from SourceCode.Framework.PersistableObject) |
|
LinesLayoutData | |
|
Locked | (Inherited from SourceCode.Framework.PersistableObject) |
|
MetaData | Gets or sets the MetaData of the associated object. (Inherited from SourceCode.Framework.Design.NamedObject) |
|
Modified | Gets a value indicating whether this SourceCode.Framework.PersistableObject is modified. (Inherited from SourceCode.Framework.PersistableObject) |
|
Name | Gets or sets the Name of the associated object. (Inherited from SourceCode.Framework.Design.NamedObject) |
|
NotesLayoutData | |
|
Process | (Inherited from SourceCode.Workflow.Authoring.WorkflowView) |
|
Project | Gets the parent Project that contains the View. (Inherited from SourceCode.Framework.View) |
|
Selection | (Inherited from SourceCode.Framework.View) |
|
ShowLines | |
|
SitedChildren | Overridden. |
|
Verbs | Overridden. Gets the verbs accociated with this object. Verbs are used by a designer typically in a context menu. |
| Name | Description | |
|---|---|---|
|
ContainedList | This represents the List in which this object is contained in. E.G. OrderItem is contained in the OrderItems list of container object that an Order. (Inherited from SourceCode.Workflow.Authoring.WorkflowView) |
|
DesignerHost | (Inherited from SourceCode.Framework.View) |
|
HasSelection | (Inherited from SourceCode.Framework.View) |
|
IsEventsEnabled | Gets a value indicating whether events is enabled. (Inherited from SourceCode.Framework.PersistableObject) |
|
UndoManager | (Inherited from SourceCode.Framework.View) |
| Name | Description | |
|---|---|---|
|
ActivityLayoutData | This method returns the layout data associated with the specified activity. If no layout data is found for the specified activity, a new instance of ProcessViewActivityLayoutData with default layout data is created and linked to the activity. |
|
ApplyLayoutData | Overloaded. |
|
Clone | Overloaded. Overridden. Creates a new object that is a copy of the current instance. |
|
CloneInContext | Overloaded. Creates a new object that is a copy of the current instance. (Inherited from SourceCode.Framework.PersistableObject) |
|
CloneToStream | Clones this instance to a stream. (Inherited from SourceCode.Framework.PersistableObject) |
|
DisableEvents | Disables the events. (Inherited from SourceCode.Framework.PersistableObject) |
|
Dispose | Overloaded. Overridden. Override this class to dispose object. Make sure that base.Dispose(disposing) gets called |
|
EnableEvents | Enables the events. (Inherited from SourceCode.Framework.PersistableObject) |
|
ExecuteCommand | Overridden. |
|
FindChild | (Inherited from SourceCode.Framework.PersistableObject) |
|
FindContainerOfType<T> | (Inherited from SourceCode.Framework.PersistableObject) |
|
GetConfigurationName | (Inherited from SourceCode.Framework.View) |
|
GetCopyObject | |
|
GetResourceDescription | (Inherited from SourceCode.Framework.View) |
|
GetResourceDisplayName | (Inherited from SourceCode.Framework.View) |
|
LineLayoutData | This method returns the layout data associated with the specified line. If no layout data is found for the specified line, a new instance of ProcessViewLineLayoutData with default layout data is created and linked to the line. |
|
NoteLayoutData | |
|
PropertyChangingEventHooked | (Inherited from SourceCode.Framework.PersistableObject) |
|
QueryCommandStatus | Overridden. |
|
RemoveLayoutData | Overloaded. This method removes layout data associated with the specified activity. |
|
ValidateDisplayName | Validates the display name. (Inherited from SourceCode.Framework.Design.NamedObject) |
|
ValidateName | Validates the name. (Inherited from SourceCode.Framework.Design.NamedObject) |
Top
Top