Class QueryCountResult
Inheritance
System.Object
QueryCountResult
Assembly: NineDigit.eKasa.dll
Syntax
public class QueryCountResult : Object, IEquatable<QueryCountResult>
Constructors
QueryCountResult(Int32, Nullable<Int32>)
Declaration
public QueryCountResult(int count, Nullable<int> totalCount)
Parameters
Type |
Name |
Description |
System.Int32 |
count |
|
System.Nullable<System.Int32> |
totalCount |
|
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
TotalCount
Declaration
public Nullable<int> TotalCount { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
Equals(QueryCountResult)
Declaration
public bool Equals(QueryCountResult other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(QueryCountResult, QueryCountResult)
Declaration
public static bool Equals(QueryCountResult first, QueryCountResult second)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.IEquatable<>