Show / Hide Table of Contents

Class ArgumentCollection

Inheritance
Object
List<Argument>
ArgumentCollection
Implements
IList<Argument>
ICollection<Argument>
IList
ICollection
IReadOnlyList<Argument>
IReadOnlyCollection<Argument>
IEnumerable<Argument>
IEnumerable
Inherited Members
System.Collections.Generic.List<SuperOffice.Data.SQL.Argument>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<SuperOffice.Data.SQL.Argument>.System.Collections.IList.set_Item(System.Int32, System.Object)
List<Argument>.Add(Argument)
List<Argument>.IList.Add(Object)
List<Argument>.AddRange(IEnumerable<Argument>)
List<Argument>.AsReadOnly()
List<Argument>.BinarySearch(Int32, Int32, Argument, IComparer<Argument>)
List<Argument>.BinarySearch(Argument)
List<Argument>.BinarySearch(Argument, IComparer<Argument>)
List<Argument>.Clear()
List<Argument>.Contains(Argument)
List<Argument>.IList.Contains(Object)
List<Argument>.ConvertAll<TOutput>(Converter<Argument, TOutput>)
List<Argument>.CopyTo(Argument[])
List<Argument>.ICollection.CopyTo(Array, Int32)
List<Argument>.CopyTo(Int32, Argument[], Int32, Int32)
List<Argument>.CopyTo(Argument[], Int32)
List<Argument>.Exists(Predicate<Argument>)
List<Argument>.Find(Predicate<Argument>)
List<Argument>.FindAll(Predicate<Argument>)
List<Argument>.FindIndex(Predicate<Argument>)
List<Argument>.FindIndex(Int32, Predicate<Argument>)
List<Argument>.FindIndex(Int32, Int32, Predicate<Argument>)
List<Argument>.FindLast(Predicate<Argument>)
List<Argument>.FindLastIndex(Predicate<Argument>)
List<Argument>.FindLastIndex(Int32, Predicate<Argument>)
List<Argument>.FindLastIndex(Int32, Int32, Predicate<Argument>)
List<Argument>.ForEach(Action<Argument>)
List<Argument>.GetEnumerator()
List<Argument>.IEnumerable<Argument>.GetEnumerator()
List<Argument>.IEnumerable.GetEnumerator()
List<Argument>.GetRange(Int32, Int32)
List<Argument>.IndexOf(Argument)
List<Argument>.IList.IndexOf(Object)
List<Argument>.IndexOf(Argument, Int32)
List<Argument>.IndexOf(Argument, Int32, Int32)
List<Argument>.Insert(Int32, Argument)
List<Argument>.IList.Insert(Int32, Object)
List<Argument>.InsertRange(Int32, IEnumerable<Argument>)
List<Argument>.LastIndexOf(Argument)
List<Argument>.LastIndexOf(Argument, Int32)
List<Argument>.LastIndexOf(Argument, Int32, Int32)
List<Argument>.Remove(Argument)
List<Argument>.IList.Remove(Object)
List<Argument>.RemoveAll(Predicate<Argument>)
List<Argument>.RemoveAt(Int32)
List<Argument>.RemoveRange(Int32, Int32)
List<Argument>.Reverse()
List<Argument>.Reverse(Int32, Int32)
List<Argument>.Sort()
List<Argument>.Sort(IComparer<Argument>)
List<Argument>.Sort(Int32, Int32, IComparer<Argument>)
List<Argument>.Sort(Comparison<Argument>)
List<Argument>.ToArray()
List<Argument>.TrimExcess()
List<Argument>.TrueForAll(Predicate<Argument>)
List<Argument>.Capacity
List<Argument>.Count
List<Argument>.IList.IsFixedSize
List<Argument>.ICollection<Argument>.IsReadOnly
List<Argument>.IList.IsReadOnly
List<Argument>.ICollection.IsSynchronized
List<Argument>.ICollection.SyncRoot
List<Argument>.Item[Int32]
List<Argument>.IList.Item[Int32]
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class ArgumentCollection : List<Argument>, IList<Argument>, ICollection<Argument>, IList, ICollection, IReadOnlyList<Argument>, IReadOnlyCollection<Argument>, IEnumerable<Argument>, IEnumerable

Constructors

ArgumentCollection()

Declaration
public ArgumentCollection()

Methods

Add(Argument[])

Declaration
public void Add(params Argument[] fields)
Parameters
Type Name Description
Argument[] fields

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
IEnumerableExtensions.ForEach<T>(System.Collections.Generic.IEnumerable<T>, System.Action<T>)
IEnumerableExtensions.ContainsAny<T>(System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IEnumerable<T>)
IEnumerableExtensions.SplitList<T>(System.Collections.Generic.List<T>, System.Int32)
IEnumerableExtensions.Batch<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, T, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, System.Func<T, System.Boolean>, System.Int32)
IEnumerableExtensions.Permute<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>, System.Collections.Generic.IEqualityComparer<K>)
IEnumerableExtensions.GetDifferentCombinations<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
CollectionOps.AtLeastOne<T>(IEnumerable<T>)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top