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



Glossary Item Box

Complex type part used for smartobject references

Object Model

ComplexTypeReferenceFieldPart ClassPersistableContainerObject ClassK2Field ClassMethodFilter ClassK2Field ClassK2Field ClassK2Field ClassK2Field ClassK2Field ClassSmartFormatProperties ClassK2Field ClassK2Field ClassK2Field ClassWizardDefinition Class

Syntax

Visual Basic (Declaration) 
Public Class ComplexTypeReferenceFieldPart 
   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 ComplexTypeReferenceFieldPart
C# 
public class ComplexTypeReferenceFieldPart : SmartObjectFieldPart, SourceCode.Framework.Data.IRuntimeDataProvider, SourceCode.Framework.IValidationContainer, SourceCode.Framework.IWizardConfigurable, SourceCode.Workflow.Authoring.IK2FieldPart, ISmartFormat  
C++/CLI 
public ref class ComplexTypeReferenceFieldPart : 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.ComplexTypeReferenceFieldPart

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