Show / Hide Table of Contents

Class ParseErrors

Inheritance
object
List<ParseError>
ParseErrors
Implements
IList<ParseError>
ICollection<ParseError>
IList
ICollection
IReadOnlyList<ParseError>
IReadOnlyCollection<ParseError>
IEnumerable<ParseError>
IEnumerable
Inherited Members
List<ParseError>.Add(ParseError)
List<ParseError>.AddRange(IEnumerable<ParseError>)
List<ParseError>.AsReadOnly()
List<ParseError>.BinarySearch(int, int, ParseError, IComparer<ParseError>)
List<ParseError>.BinarySearch(ParseError)
List<ParseError>.BinarySearch(ParseError, IComparer<ParseError>)
List<ParseError>.Clear()
List<ParseError>.Contains(ParseError)
List<ParseError>.ConvertAll<TOutput>(Converter<ParseError, TOutput>)
List<ParseError>.CopyTo(ParseError[])
List<ParseError>.CopyTo(int, ParseError[], int, int)
List<ParseError>.CopyTo(ParseError[], int)
List<ParseError>.Exists(Predicate<ParseError>)
List<ParseError>.Find(Predicate<ParseError>)
List<ParseError>.FindAll(Predicate<ParseError>)
List<ParseError>.FindIndex(Predicate<ParseError>)
List<ParseError>.FindIndex(int, Predicate<ParseError>)
List<ParseError>.FindIndex(int, int, Predicate<ParseError>)
List<ParseError>.FindLast(Predicate<ParseError>)
List<ParseError>.FindLastIndex(Predicate<ParseError>)
List<ParseError>.FindLastIndex(int, Predicate<ParseError>)
List<ParseError>.FindLastIndex(int, int, Predicate<ParseError>)
List<ParseError>.ForEach(Action<ParseError>)
List<ParseError>.GetEnumerator()
List<ParseError>.GetRange(int, int)
List<ParseError>.IndexOf(ParseError)
List<ParseError>.IndexOf(ParseError, int)
List<ParseError>.IndexOf(ParseError, int, int)
List<ParseError>.Insert(int, ParseError)
List<ParseError>.InsertRange(int, IEnumerable<ParseError>)
List<ParseError>.LastIndexOf(ParseError)
List<ParseError>.LastIndexOf(ParseError, int)
List<ParseError>.LastIndexOf(ParseError, int, int)
List<ParseError>.Remove(ParseError)
List<ParseError>.RemoveAll(Predicate<ParseError>)
List<ParseError>.RemoveAt(int)
List<ParseError>.RemoveRange(int, int)
List<ParseError>.Reverse()
List<ParseError>.Reverse(int, int)
List<ParseError>.Sort()
List<ParseError>.Sort(IComparer<ParseError>)
List<ParseError>.Sort(int, int, IComparer<ParseError>)
List<ParseError>.Sort(Comparison<ParseError>)
List<ParseError>.ToArray()
List<ParseError>.TrimExcess()
List<ParseError>.TrueForAll(Predicate<ParseError>)
List<ParseError>.Capacity
List<ParseError>.Count
List<ParseError>.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class ParseErrors : List<ParseError>, IList<ParseError>, ICollection<ParseError>, IList, ICollection, IReadOnlyList<ParseError>, IReadOnlyCollection<ParseError>, IEnumerable<ParseError>, IEnumerable

Constructors

ParseErrors()

Declaration
public ParseErrors()

Implements

IList<T>
ICollection<T>
IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top