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



Glossary Item Box

Object Model

DocumentView Class DocumentViewAdditionalObjectLayoutDataCollection Class DocumentViewAdditionalObjectLayoutData Class PersistableContainerObject Class K2Image Class Process Class IProject Interface IOleUndoManager Interface WorkflowDesignerVerbCollection Class

Syntax

Visual Basic (Declaration)  
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="SourceCode.Workflow.VisualDesigners.DocumentDesigner, SourceCode.Workflow.VisualDesigners, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d")>
<ConfigurationNameAttribute(ComponentType=LicensedComponentType.Wizard, Name="DocumentView")>
<DisplayNameAttribute("Documentation")>
<DescriptionAttribute("Documents each artifact in the process.")>
Public Class DocumentView 
   Inherits SourceCode.Workflow.Authoring.WorkflowView
   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 DocumentView
C#  
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="SourceCode.Workflow.VisualDesigners.DocumentDesigner, SourceCode.Workflow.VisualDesigners, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d")]
[ConfigurationName(ComponentType=LicensedComponentType.Wizard, Name="DocumentView")]
[DisplayName("Documentation")]
[Description("Documents each artifact in the process.")]
public class DocumentView : SourceCode.Workflow.Authoring.WorkflowView, SourceCode.Framework.Deployment.IDeployable, SourceCode.Framework.ICommandHandler, SourceCode.Framework.INamedObject, SourceCode.Framework.ISupportDisplayName, SourceCode.Framework.ISupportName, SourceCode.Framework.IValidationContainer, SourceCode.Workflow.Authoring.IK2Object  
C++/CLI  
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="SourceCode.Workflow.VisualDesigners.DocumentDesigner, SourceCode.Workflow.VisualDesigners, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d")]
[ConfigurationName(ComponentType=LicensedComponentType.Wizard, Name="DocumentView")]
[DisplayName("Documentation")]
[Description("Documents each artifact in the process.")]
public ref class DocumentView : public SourceCode.Workflow.Authoring.WorkflowView, 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.DocumentView

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