Skip to content

DefaultConstraintListResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for listing multiple default constraints.

public

Contents

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

Constructors

DefaultConstraintListResponse

Initializes a new instance of the DefaultConstraintListResponse class.

csharp
DefaultConstraintListResponse()

DefaultConstraintListResponse

Initializes a new instance of the DefaultConstraintListResponse class.

csharp
DefaultConstraintListResponse(DefaultConstraintDto} result)

Parameters

  • result (DefaultConstraintDto}) - The list of default constraints.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the list of default constraints.

Type: IEnumerable<DefaultConstraintDto>