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