RoleActionView Class
Members See Also 
SourceCode.Workflow.Design Namespace : RoleActionView Class



Glossary Item Box

Object Model

RoleActionView Class ProcessView.ProcessViewActivityLayoutDataCollection Class ProcessViewActivityLayoutData Class PersistableContainerObject Class K2Image Class ProcessView.ProcessViewLineLayoutDataCollection Class ProcessViewLineLayoutData Class ProcessView.ProcessViewNoteLayoutDataCollection Class ProcessViewNoteLayoutData Class Process Class IProject Interface IOleUndoManager Interface WorkflowDesignerVerbCollection Class

Syntax

Visual Basic (Declaration)  
<ConfigurationNameAttribute(ComponentType=LicensedComponentType.Wizard, Name="RoleActionView")>
<DisplayNameAttribute("Role & Actions")>
<DescriptionAttribute("Display relationships between roles and actions.")>
Public Class RoleActionView 
   Inherits ProcessView
   Implements SourceCode.Framework.Deployment.IDeployable, SourceCode.Framework.ICommandHandler, SourceCode.Framework.INamedObject, SourceCode.Framework.ISupportDisplayName, SourceCode.Framework.ISupportName, SourceCode.Framework.IValidationContainer, SourceCode.Workflow.Authoring.IK2Object 
Visual Basic (Usage) Copy Code
Dim instance As RoleActionView
C++/CLI  
[ConfigurationName(ComponentType=LicensedComponentType.Wizard, Name="RoleActionView")]
[DisplayName("Role & Actions")]
[Description("Display relationships between roles and actions.")]
public ref class RoleActionView : public ProcessView, SourceCode.Framework.Deployment.IDeployable, SourceCode.Framework.ICommandHandler, SourceCode.Framework.INamedObject, SourceCode.Framework.ISupportDisplayName, SourceCode.Framework.ISupportName, SourceCode.Framework.IValidationContainer, SourceCode.Workflow.Authoring.IK2Object  

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Framework.Design.NamedObject
            SourceCode.Framework.View
               SourceCode.Workflow.Authoring.WorkflowView
                  SourceCode.Workflow.Design.ProcessView
                     SourceCode.Workflow.Design.RoleActionView

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also