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