Class MappingErrorCollection
Represents mapping error collection.
Implements
System.Collections.Generic.IList<MappingError>
    System.Collections.Generic.ICollection<MappingError>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<MappingError>
    System.Collections.Generic.IReadOnlyCollection<MappingError>
    System.Collections.Generic.IEnumerable<MappingError>
    System.Collections.IEnumerable
  Inherited Members
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.get_Item(System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.set_Item(System.Int32, System.Object)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Add(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.Add(System.Object)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.AddRange(System.Collections.Generic.IEnumerable<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.AsReadOnly()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.BinarySearch(System.Int32, System.Int32, Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError, System.Collections.Generic.IComparer<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.BinarySearch(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.BinarySearch(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError, System.Collections.Generic.IComparer<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Clear()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Contains(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.Contains(System.Object)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.ConvertAll<TOutput>(System.Converter<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError, TOutput>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.CopyTo(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError[])
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.CopyTo(System.Int32, Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError[], System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.CopyTo(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError[], System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Exists(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Find(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindAll(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindIndex(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindIndex(System.Int32, System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindIndex(System.Int32, System.Int32, System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindLast(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindLastIndex(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindLastIndex(System.Int32, System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.ForEach(System.Action<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.GetEnumerator()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.Generic.IEnumerable<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.GetEnumerator()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IEnumerable.GetEnumerator()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.GetRange(System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.IndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.IndexOf(System.Object)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.IndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.IndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError, System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.Insert(System.Int32, System.Object)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.LastIndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.LastIndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.LastIndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError, System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Remove(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.Remove(System.Object)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.RemoveAll(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.RemoveAt(System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.RemoveRange(System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Reverse()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Reverse(System.Int32, System.Int32)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Sort()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Sort(System.Collections.Generic.IComparer<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Sort(System.Comparison<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.ToArray()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.TrimExcess()
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.TrueForAll(System.Predicate<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>)
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Capacity
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Count
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.IsFixedSize
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.IsReadOnly
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.IList.IsReadOnly
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.ICollection.IsSynchronized
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.System.Collections.ICollection.SyncRoot
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.Item[System.Int32]
    
    
      System.Collections.Generic.List<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingError>.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: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class MappingErrorCollection : List<MappingError>, IList<MappingError>, ICollection<MappingError>, IList, ICollection, IReadOnlyList<MappingError>, IReadOnlyCollection<MappingError>, IEnumerable<MappingError>, IEnumerable
  Constructors
MappingErrorCollection()
Initializes a new instance of the MappingErrorCollection class.
Declaration
public MappingErrorCollection()
  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