Skip to content

ViewResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for view operations.

public

Contents

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

Constructors

ViewResponse

Initializes a new instance of the ViewResponse class.

csharp
ViewResponse()

ViewResponse

Initializes a new instance of the ViewResponse class.

csharp
ViewResponse(ViewDto result)

Parameters

  • result (ViewDto) - The view information.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the view data.

Type: ViewDto?