Skip to content

ViewExistsResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for checking if a view exists.

public

Contents

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

Constructors

ViewExistsResponse

Initializes a new instance of the ViewExistsResponse class.

csharp
ViewExistsResponse()

ViewExistsResponse

Initializes a new instance of the ViewExistsResponse class.

csharp
ViewExistsResponse(bool exists)

Parameters

  • exists (bool) - Whether the view exists.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets a value indicating whether the view exists.

Type: bool