Table of Contents

Class ListResult<T>

Namespace
JJMasterData.Commons.Data.Entity.Repository
Assembly
JJMasterData.Commons.dll
public class ListResult<T> : EntityResult<List<T>>

Type Parameters

T
Inheritance
ListResult<T>
Derived
Inherited Members

Constructors

ListResult(List<T>, int)

public ListResult(List<T> data, int totalOfRecords)

Parameters

data List<T>
totalOfRecords int

Properties

Count

public int Count { get; }

Property Value

int