Class MapBuckets
Represents a collection of MapBucket objects.
Implements
System.Collections.Generic.IList<MapBucket>
System.Collections.Generic.ICollection<MapBucket>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<MapBucket>
System.Collections.Generic.IReadOnlyCollection<MapBucket>
System.Collections.Generic.IEnumerable<MapBucket>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Add(Syncfusion.RDL.DOM.MapBucket)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.MapBucket, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.BinarySearch(Syncfusion.RDL.DOM.MapBucket)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.BinarySearch(Syncfusion.RDL.DOM.MapBucket, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Contains(Syncfusion.RDL.DOM.MapBucket)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.MapBucket, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.CopyTo(Syncfusion.RDL.DOM.MapBucket[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.CopyTo(System.Int32, Syncfusion.RDL.DOM.MapBucket[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.CopyTo(Syncfusion.RDL.DOM.MapBucket[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Exists(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Find(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindAll(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindLast(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.ForEach(System.Action<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapBucket>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.IndexOf(Syncfusion.RDL.DOM.MapBucket)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.IndexOf(Syncfusion.RDL.DOM.MapBucket, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.IndexOf(Syncfusion.RDL.DOM.MapBucket, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Insert(System.Int32, Syncfusion.RDL.DOM.MapBucket)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.LastIndexOf(Syncfusion.RDL.DOM.MapBucket)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.LastIndexOf(Syncfusion.RDL.DOM.MapBucket, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.LastIndexOf(Syncfusion.RDL.DOM.MapBucket, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Remove(Syncfusion.RDL.DOM.MapBucket)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Sort(System.Comparison<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.MapBucket>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.MapBucket>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapBucket>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public class MapBuckets : List<MapBucket>, IList<MapBucket>, ICollection<MapBucket>, IList, ICollection, IReadOnlyList<MapBucket>, IReadOnlyCollection<MapBucket>, IEnumerable<MapBucket>, IEnumerable
Constructors
MapBuckets()
Declaration
public MapBuckets()
MapBuckets(ReportSerializer)
Declaration
public MapBuckets(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable