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) | ![]() |
---|---|
Dim instance As K2ObjectCollection(Of TParent,TItem) |
C# | |
---|---|
public abstract class K2ObjectCollection<TParent,TItem> : SourceCode.Framework.PersistableObjectCollectionBase<TParent,TItem>, SourceCode.Framework.IPersistableList where TParent: K2Object where TItem: K2Object |
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 |
- TParent
- TItem
System.Object
System.Collections.CollectionBase
SourceCode.Framework.PersistableObjectCollectionBase<TParent,TItem>
SourceCode.Workflow.Authoring.K2ObjectCollection<TParent,TItem>
SourceCode.Workflow.Authoring.ActivityCollection
SourceCode.Workflow.Authoring.DataFieldCollection
SourceCode.Workflow.Authoring.EventCollection
SourceCode.Workflow.Authoring.LineCollection
SourceCode.Workflow.Authoring.XmlFieldCollection
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