Class MapDataRegions
Represents a collection of MapDataRegion objects.
Implements
System.Collections.Generic.IList<MapDataRegion>
System.Collections.Generic.ICollection<MapDataRegion>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<MapDataRegion>
System.Collections.Generic.IReadOnlyCollection<MapDataRegion>
System.Collections.Generic.IEnumerable<MapDataRegion>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Add(Syncfusion.RDL.DOM.MapDataRegion)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.MapDataRegion, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.BinarySearch(Syncfusion.RDL.DOM.MapDataRegion)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.BinarySearch(Syncfusion.RDL.DOM.MapDataRegion, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Contains(Syncfusion.RDL.DOM.MapDataRegion)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.MapDataRegion, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.CopyTo(Syncfusion.RDL.DOM.MapDataRegion[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.CopyTo(System.Int32, Syncfusion.RDL.DOM.MapDataRegion[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.CopyTo(Syncfusion.RDL.DOM.MapDataRegion[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Exists(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Find(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindAll(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindLast(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.ForEach(System.Action<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapDataRegion>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.IndexOf(Syncfusion.RDL.DOM.MapDataRegion)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.IndexOf(Syncfusion.RDL.DOM.MapDataRegion, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.IndexOf(Syncfusion.RDL.DOM.MapDataRegion, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Insert(System.Int32, Syncfusion.RDL.DOM.MapDataRegion)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.LastIndexOf(Syncfusion.RDL.DOM.MapDataRegion)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.LastIndexOf(Syncfusion.RDL.DOM.MapDataRegion, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.LastIndexOf(Syncfusion.RDL.DOM.MapDataRegion, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Remove(Syncfusion.RDL.DOM.MapDataRegion)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Sort(System.Comparison<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.MapDataRegion>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.MapDataRegion>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapDataRegion>.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 MapDataRegions : List<MapDataRegion>, IList<MapDataRegion>, ICollection<MapDataRegion>, IList, ICollection, IReadOnlyList<MapDataRegion>, IReadOnlyCollection<MapDataRegion>, IEnumerable<MapDataRegion>, IEnumerable
Constructors
MapDataRegions()
Declaration
public MapDataRegions()
MapDataRegions(ReportSerializer)
Declaration
public MapDataRegions(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