Table of Contents

Class EntityResult<T>

Namespace
JJMasterData.Commons.Data.Entity.Repository
Assembly
JJMasterData.Commons.dll
public abstract class EntityResult<T>

Type Parameters

T
Inheritance
EntityResult<T>
Derived
Inherited Members

Constructors

EntityResult(T, int)

protected EntityResult(T data, int totalOfRecords)

Parameters

data T
totalOfRecords int

Properties

Data

public T Data { get; }

Property Value

T

TotalOfRecords

TotalOfRecords at the EntityResult source.

public int TotalOfRecords { get; }

Property Value

int