Skip to content

ColumnListResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for listing multiple columns.

public

Contents

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

Constructors

ColumnListResponse

Initializes a new instance of the ColumnListResponse class.

csharp
ColumnListResponse()

ColumnListResponse

Initializes a new instance of the ColumnListResponse class.

csharp
ColumnListResponse(ColumnDto} result)

Parameters

  • result (ColumnDto}) - The list of columns.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the list of columns.

Type: IEnumerable<ColumnDto>