TParent
TItem
K2ObjectCollection<TParent,TItem> Class
Members See Also 
SourceCode.Workflow.Authoring Namespace : K2ObjectCollection<TParent,TItem> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public MustInherit Class K2ObjectCollection
    (Of TParent As K2Object,
     TItem As K2Object) 
   Inherits SourceCode.Framework.PersistableObjectCollectionBase(Of TParent,TItem)
   Implements SourceCode.Framework.IPersistableList 
Visual Basic (Usage) Copy Code
Dim instance As K2ObjectCollection(Of TParent,TItem)
C++/CLI  
generic<typename TParent>
generic<typename TItem>
public ref class K2ObjectCollection abstract : public SourceCode.Framework.PersistableObjectCollectionBase<TParent,TItem>, SourceCode.Framework.IPersistableList  
where TParent: K2Object
where TItem: K2Object

Type Parameters

TParent
TItem

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