Show / Hide Table of Contents

Class ReceiptPayments

Inheritance
object
ListReceiptPayment
ReceiptPayments
Implements
IListReceiptPayment
ICollectionReceiptPayment
IReadOnlyListReceiptPayment
IReadOnlyCollectionReceiptPayment
IEnumerableReceiptPayment
IList
ICollection
IEnumerable
Inherited Members
List<ReceiptPayment>.Add(ReceiptPayment)
List<ReceiptPayment>.AddRange(IEnumerable<ReceiptPayment>)
List<ReceiptPayment>.AsReadOnly()
List<ReceiptPayment>.BinarySearch(ReceiptPayment)
List<ReceiptPayment>.BinarySearch(ReceiptPayment, IComparer<ReceiptPayment>)
List<ReceiptPayment>.BinarySearch(int, int, ReceiptPayment, IComparer<ReceiptPayment>)
List<ReceiptPayment>.Clear()
List<ReceiptPayment>.Contains(ReceiptPayment)
List<ReceiptPayment>.ConvertAll<TOutput>(Converter<ReceiptPayment, TOutput>)
List<ReceiptPayment>.CopyTo(ReceiptPayment[])
List<ReceiptPayment>.CopyTo(ReceiptPayment[], int)
List<ReceiptPayment>.CopyTo(int, ReceiptPayment[], int, int)
List<ReceiptPayment>.Exists(Predicate<ReceiptPayment>)
List<ReceiptPayment>.Find(Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindAll(Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindIndex(int, int, Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindIndex(int, Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindIndex(Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindLast(Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindLastIndex(int, int, Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindLastIndex(int, Predicate<ReceiptPayment>)
List<ReceiptPayment>.FindLastIndex(Predicate<ReceiptPayment>)
List<ReceiptPayment>.ForEach(Action<ReceiptPayment>)
List<ReceiptPayment>.GetEnumerator()
List<ReceiptPayment>.GetRange(int, int)
List<ReceiptPayment>.IndexOf(ReceiptPayment)
List<ReceiptPayment>.IndexOf(ReceiptPayment, int)
List<ReceiptPayment>.IndexOf(ReceiptPayment, int, int)
List<ReceiptPayment>.Insert(int, ReceiptPayment)
List<ReceiptPayment>.InsertRange(int, IEnumerable<ReceiptPayment>)
List<ReceiptPayment>.LastIndexOf(ReceiptPayment)
List<ReceiptPayment>.LastIndexOf(ReceiptPayment, int)
List<ReceiptPayment>.LastIndexOf(ReceiptPayment, int, int)
List<ReceiptPayment>.Remove(ReceiptPayment)
List<ReceiptPayment>.RemoveAll(Predicate<ReceiptPayment>)
List<ReceiptPayment>.RemoveAt(int)
List<ReceiptPayment>.RemoveRange(int, int)
List<ReceiptPayment>.Reverse()
List<ReceiptPayment>.Reverse(int, int)
List<ReceiptPayment>.Sort()
List<ReceiptPayment>.Sort(IComparer<ReceiptPayment>)
List<ReceiptPayment>.Sort(Comparison<ReceiptPayment>)
List<ReceiptPayment>.Sort(int, int, IComparer<ReceiptPayment>)
List<ReceiptPayment>.ToArray()
List<ReceiptPayment>.TrimExcess()
List<ReceiptPayment>.TrueForAll(Predicate<ReceiptPayment>)
List<ReceiptPayment>.Capacity
List<ReceiptPayment>.Count
List<ReceiptPayment>.this[int]
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class ReceiptPayments : List<ReceiptPayment>, IList<ReceiptPayment>, ICollection<ReceiptPayment>, IReadOnlyList<ReceiptPayment>, IReadOnlyCollection<ReceiptPayment>, IEnumerable<ReceiptPayment>, IList, ICollection, IEnumerable

Constructors

ReceiptPayments()

Declaration
public ReceiptPayments()

ReceiptPayments(IEnumerable<ReceiptPayment>)

Declaration
public ReceiptPayments(IEnumerable<ReceiptPayment> collection)
Parameters
Type Name Description
IEnumerableReceiptPayment collection

Fields

MaxItemsCount

Declaration
public const int MaxItemsCount = 500
Field Value
Type Description
int

Methods

Equals(ReceiptPayments)

Declaration
public bool Equals(ReceiptPayments other)
Parameters
Type Name Description
ReceiptPayments other
Returns
Type Description
bool

Equals(ReceiptPayments, ReceiptPayments)

Declaration
public static bool Equals(ReceiptPayments x, ReceiptPayments y)
Parameters
Type Name Description
ReceiptPayments x
ReceiptPayments y
Returns
Type Description
bool

Equals(IEnumerable<ReceiptPayment>, IEnumerable<ReceiptPayment>)

Declaration
public static bool Equals(IEnumerable<ReceiptPayment> x, IEnumerable<ReceiptPayment> y)
Parameters
Type Name Description
IEnumerableReceiptPayment x
IEnumerableReceiptPayment y
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

IsValid(IEnumerable<ReceiptPayment>)

Declaration
public static bool IsValid(IEnumerable<ReceiptPayment> collection)
Parameters
Type Name Description
IEnumerableReceiptPayment collection
Returns
Type Description
bool

SequenceEqual(ReceiptPayments, ReceiptPayments)

Declaration
public static bool SequenceEqual(ReceiptPayments x, ReceiptPayments y)
Parameters
Type Name Description
ReceiptPayments x
ReceiptPayments y
Returns
Type Description
bool

SequenceEqual(IEnumerable<ReceiptPayment>, IEnumerable<ReceiptPayment>)

Declaration
public static bool SequenceEqual(IEnumerable<ReceiptPayment> x, IEnumerable<ReceiptPayment> y)
Parameters
Type Name Description
IEnumerableReceiptPayment x
IEnumerableReceiptPayment y
Returns
Type Description
bool

Implements

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

Extension Methods

IEnumerableExtensions.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)
IEnumerableExtensions.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
IEnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T, int>)
IEnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
IEnumerableExtensions.GetTotalAmount(IEnumerable<ReceiptPayment>)
IEnumerableExtensions.IsNullOrEmpty<T>(IEnumerable<T>)
IEnumerableExtensions.Paginate<T>(IEnumerable<T>, Pagination)
IEnumerableExtensions.ToReadOnlyCollection<TSource>(IEnumerable<TSource>)
IEnumerableExtensions.ToReadOnlyCollection<TSource>(IList<TSource>)
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©