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



Glossary Item Box

Environment Library Field part

Object Model

ArtifactLibraryFieldPart ClassPersistableContainerObject ClassK2Field Class

Syntax

Visual Basic (Declaration) 
Public Class ArtifactLibraryFieldPart 
   Inherits SourceCode.Workflow.Authoring.K2FieldPart
   Implements SourceCode.Framework.Data.IRuntimeDataProvider, SourceCode.Framework.IValidationContainer, SourceCode.Workflow.Authoring.IK2FieldPart 
Visual Basic (Usage)Copy Code
Dim instance As ArtifactLibraryFieldPart
C# 
public class ArtifactLibraryFieldPart : SourceCode.Workflow.Authoring.K2FieldPart, SourceCode.Framework.Data.IRuntimeDataProvider, SourceCode.Framework.IValidationContainer, SourceCode.Workflow.Authoring.IK2FieldPart  
C++/CLI 
public ref class ArtifactLibraryFieldPart : public SourceCode.Workflow.Authoring.K2FieldPart, SourceCode.Framework.Data.IRuntimeDataProvider, SourceCode.Framework.IValidationContainer, SourceCode.Workflow.Authoring.IK2FieldPart  

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Workflow.Authoring.K2FieldPart
            SourceCode.Workflow.Design.ArtifactLibraryFieldPart

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