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



Glossary Item Box

Represents a base implementation for K2FieldParts

Object Model

K2FieldPart ClassPersistableContainerObject ClassK2Field Class

Syntax

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

Inheritance Hierarchy

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