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



Glossary Item Box

This is the item reference field part used when dragging/dropping item reference properties from the context browser onto K2 TextBoxes.

Object Model

ItemReferenceFieldPart ClassPersistableContainerObject ClassK2Field ClassMethodFilter ClassK2Field ClassK2Field ClassK2Field ClassK2Field ClassK2Field ClassSmartFormatProperties ClassK2Field ClassK2Field ClassK2Field ClassWizardDefinition Class

Syntax

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

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Workflow.Authoring.K2FieldPart
            SourceCode.Workflow.Design.SmartObjectFieldPart
               SourceCode.Workflow.Design.ItemReferenceFieldPart

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