ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapLayers - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapLayers

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

    Constructors

    MapLayers()

    Declaration
    public MapLayers()

    MapLayers(ReportSerializer)

    Declaration
    public MapLayers(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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved