Skip to content

CheckConstraintListResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for listing multiple check constraints.

public

Contents

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

Constructors

CheckConstraintListResponse

Initializes a new instance of the CheckConstraintListResponse class.

csharp
CheckConstraintListResponse()

CheckConstraintListResponse

Initializes a new instance of the CheckConstraintListResponse class.

csharp
CheckConstraintListResponse(CheckConstraintDto} result)

Parameters

  • result (CheckConstraintDto}) - 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<CheckConstraintDto>