Show / Hide Table of Contents

Class CursorRecordResult<TPointer, TRecord>

Inheritance
System.Object
QueryCountResult
QueryResult
QueryResult<TPointer>
CursorRecordResult<TPointer, TRecord>
Implements
System.IEquatable<QueryCountResult>
System.Collections.Generic.IReadOnlyList<TPointer>
System.Collections.Generic.IEnumerable<TPointer>
System.Collections.IEnumerable
System.Collections.Generic.IReadOnlyCollection<TPointer>
Inherited Members
QueryResult<TPointer>.Project<TTo>(Func<TPointer, TTo>)
QueryResult<TPointer>.Items
QueryResult<TPointer>.Item[Int32]
QueryResult.GetEnumerator()
QueryCountResult.GetHashCode()
QueryCountResult.Equals(Object)
QueryCountResult.Equals(QueryCountResult)
QueryCountResult.Equals(QueryCountResult, QueryCountResult)
QueryCountResult.Count
QueryCountResult.TotalCount
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class CursorRecordResult<TPointer, TRecord> : QueryResult<TPointer>, IEquatable<QueryCountResult>, IReadOnlyList<TPointer>, IEnumerable<TPointer>, IEnumerable, IReadOnlyCollection<TPointer> where TPointer : IRecordPointer<TRecord> where TRecord : Record
Type Parameters
Name Description
TPointer
TRecord

Constructors

CursorRecordResult(IReadOnlyList<TPointer>)

Declaration
public CursorRecordResult(IReadOnlyList<TPointer> items)
Parameters
Type Name Description
System.Collections.Generic.IReadOnlyList<TPointer> items

CursorRecordResult(IReadOnlyList<TPointer>, Int32, Nullable<Int32>)

Declaration
public CursorRecordResult(IReadOnlyList<TPointer> items, int count, Nullable<int> totalCount)
Parameters
Type Name Description
System.Collections.Generic.IReadOnlyList<TPointer> items
System.Int32 count
System.Nullable<System.Int32> totalCount

Implements

System.IEquatable<>
System.Collections.Generic.IReadOnlyList<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
System.Collections.Generic.IReadOnlyCollection<>
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©