IndexListResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for listing multiple indexes.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
IndexListResponse
Initializes a new instance of the IndexListResponse class.
csharp
IndexListResponse()IndexListResponse
Initializes a new instance of the IndexListResponse class.
csharp
IndexListResponse(IndexDto} result)Parameters
- result (IndexDto}) - The list of indexes.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets the list of indexes.
Type: IEnumerable<IndexDto>