[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OwnedCollection-1

OwnedCollection<TItem> Class

Base class for collection containing items supporting IOwnedObject interface. Collection updates Owner property of items.

Inheritance
Collection<TItem>
OwnedCollection<TItem>
Namespace: GrapeCity.Documents.Common
Assembly: GcDocs.Imaging.dll
Syntax
public class OwnedCollection<TItem> : OwnedCollectionBase<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IOwnedObject, IList, ICollection, IEnumerable where TItem : IOwnedObject
Type Parameters
Name Description
TItem

Constructors

Name Description
OwnedCollection()

Methods

Name Description
ClearItems()
InsertItem(int, TItem)
RemoveItem(int)
SetItem(int, TItem)