Show / Hide Table of Contents

Class QueryResult<T>

Inheritance
object
QueryResult<T>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public class QueryResult<T>
Type Parameters
Name Description
T

Constructors

QueryResult()

Declaration
public QueryResult()

QueryResult(T[], long)

Declaration
public QueryResult(T[] items, long count)
Parameters
Type Name Description
T[] items
long count

Properties

Count

Declaration
public long Count { get; set; }
Property Value
Type Description
long

Items

Declaration
public T[] Items { get; set; }
Property Value
Type Description
T[]

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX