Skip to content

TableListResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for table list operations.

public

Contents

Constructors (2) | Methods (4) | Properties (1)

Constructors

TableListResponse

Initializes a new instance of the TableListResponse class.

csharp
TableListResponse()

TableListResponse

Initializes a new instance of the TableListResponse class.

csharp
TableListResponse(TableDto} tables)

Parameters

  • tables (TableDto}) - The collection of tables.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the list of tables.

Type: IEnumerable<TableDto>