[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.MapOwnedCollectionBase-1

MapOwnedCollectionBase<T> Class

Represents a collection of elements derived from MapOwnedItemBase.

Namespace: C1.Win.FlexReport.CustomFields.Maps
Assembly: C1.Win.FlexReport.CustomFields.4.8.dll
Syntax
public abstract class MapOwnedCollectionBase<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IMapOwnedCloneable where T : MapOwnedItemBase
Type Parameters
Name Description
T

Constructors

Name Description
MapOwnedCollectionBase()
MapOwnedCollectionBase(Map)

Fields

Name Description
Serializer

Must be initialized in the static ctor.

Properties

Name Description
this[string]
Owner

Methods

Name Description
Clone(Map)
CountAll(Predicate<T>)
FindAll(Predicate<T>)
FindAllReverse(Predicate<T>)
InsertItem(int, T)
OnCollectionChanged(NotifyCollectionChangedEventArgs)