Table of Contents

UploadMethodList Class

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Represents a list of UploadMethod that can be converted to and converted from string.

[TypeConverter(typeof(TypeConverter))]
public sealed class UploadMethodList : List<UploadMethod>, IList<UploadMethod>, ICollection<UploadMethod>, IList, ICollection, IReadOnlyList<UploadMethod>, IReadOnlyCollection<UploadMethod>, IEnumerable<UploadMethod>, IEnumerable
Inheritance
UploadMethodList
Implements

Constructors

UploadMethodList(IEnumerable<UploadMethod>)

Initializes a new instance of the UploadMethodList class.

Properties

Capacity (Inherited from List<UploadMethod>)
Count (Inherited from List<UploadMethod>)
this[int] (Inherited from List<UploadMethod>)

Methods

Add(T) (Inherited from List<UploadMethod>)
AddRange(IEnumerable<T>) (Inherited from List<UploadMethod>)
AsReadOnly() (Inherited from List<UploadMethod>)
BinarySearch(int, int, T, IComparer<T>) (Inherited from List<UploadMethod>)
BinarySearch(T) (Inherited from List<UploadMethod>)
BinarySearch(T, IComparer<T>) (Inherited from List<UploadMethod>)
Clear() (Inherited from List<UploadMethod>)
Contains(T) (Inherited from List<UploadMethod>)
ConvertAll<TOutput>(Converter<T, TOutput>) (Inherited from List<UploadMethod>)
CopyTo(int, T[], int, int) (Inherited from List<UploadMethod>)
CopyTo(T[]) (Inherited from List<UploadMethod>)
CopyTo(T[], int) (Inherited from List<UploadMethod>)
Exists(Predicate<T>) (Inherited from List<UploadMethod>)
Find(Predicate<T>) (Inherited from List<UploadMethod>)
FindAll(Predicate<T>) (Inherited from List<UploadMethod>)
FindIndex(int, int, Predicate<T>) (Inherited from List<UploadMethod>)
FindIndex(int, Predicate<T>) (Inherited from List<UploadMethod>)
FindIndex(Predicate<T>) (Inherited from List<UploadMethod>)
FindLast(Predicate<T>) (Inherited from List<UploadMethod>)
FindLastIndex(int, int, Predicate<T>) (Inherited from List<UploadMethod>)
FindLastIndex(int, Predicate<T>) (Inherited from List<UploadMethod>)
FindLastIndex(Predicate<T>) (Inherited from List<UploadMethod>)
ForEach(Action<T>) (Inherited from List<UploadMethod>)
GetEnumerator() (Inherited from List<UploadMethod>)
GetRange(int, int) (Inherited from List<UploadMethod>)
IndexOf(T) (Inherited from List<UploadMethod>)
IndexOf(T, int) (Inherited from List<UploadMethod>)
IndexOf(T, int, int) (Inherited from List<UploadMethod>)
Insert(int, T) (Inherited from List<UploadMethod>)
InsertRange(int, IEnumerable<T>) (Inherited from List<UploadMethod>)
LastIndexOf(T) (Inherited from List<UploadMethod>)
LastIndexOf(T, int) (Inherited from List<UploadMethod>)
LastIndexOf(T, int, int) (Inherited from List<UploadMethod>)
Parse(string)

Converts the string representation of a list of UploadMethod to its UploadMethodList equivalent.

Remove(T) (Inherited from List<UploadMethod>)
RemoveAll(Predicate<T>) (Inherited from List<UploadMethod>)
RemoveAt(int) (Inherited from List<UploadMethod>)
RemoveRange(int, int) (Inherited from List<UploadMethod>)
Reverse() (Inherited from List<UploadMethod>)
Reverse(int, int) (Inherited from List<UploadMethod>)
Sort() (Inherited from List<UploadMethod>)
Sort(Comparison<T>) (Inherited from List<UploadMethod>)
Sort(IComparer<T>) (Inherited from List<UploadMethod>)
Sort(int, int, IComparer<T>) (Inherited from List<UploadMethod>)
ToArray() (Inherited from List<UploadMethod>)
ToString()

Converts the current list of UploadMethod to a string representation.

TrimExcess() (Inherited from List<UploadMethod>)
TrueForAll(Predicate<T>) (Inherited from List<UploadMethod>)