Table of Contents

Class EntityParameters

Namespace
JJMasterData.Commons.Data.Entity.Repository
Assembly
JJMasterData.Commons.dll
public class EntityParameters
Inheritance
EntityParameters
Inherited Members

Properties

CurrentPage

public int CurrentPage { get; init; }

Property Value

int

Filters

public Dictionary<string, object?> Filters { get; init; }

Property Value

Dictionary<string, object>

OrderBy

public OrderByData OrderBy { get; init; }

Property Value

OrderByData

RecordsPerPage

public int RecordsPerPage { get; init; }

Property Value

int

Methods

Deconstruct(out Dictionary<string, object?>, out OrderByData, out int, out int)

public void Deconstruct(out Dictionary<string, object?> parameters, out OrderByData orderBy, out int currentPage, out int recordsPerPage)

Parameters

parameters Dictionary<string, object>
orderBy OrderByData
currentPage int
recordsPerPage int