K2Field Class
Members See Also 
SourceCode.Workflow.Authoring Namespace : K2Field Class



Glossary Item Box

Object Model

K2Field Class PersistableContainerObject Class K2Field Class PersistableContainerObject Class K2FieldPartCollection Class K2FieldPart Class Process Class K2FieldPart Class

Syntax

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

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Workflow.Authoring.K2FieldPart
            SourceCode.Workflow.Authoring.K2Field

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