Skip to content

IndexResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for index operations.

public

Contents

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

Constructors

IndexResponse

Initializes a new instance of the IndexResponse class.

csharp
IndexResponse()

IndexResponse

Initializes a new instance of the IndexResponse class.

csharp
IndexResponse(IndexDto result)

Parameters

  • result (IndexDto) - The index information.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the index data.

Type: IndexDto?