Skip to content

SchemaResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for schema operations.

public

Contents

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

Constructors

SchemaResponse

Initializes a new instance of the SchemaResponse class.

csharp
SchemaResponse()

SchemaResponse

Initializes a new instance of the SchemaResponse class.

csharp
SchemaResponse(SchemaDto result)

Parameters

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the schema data.

Type: SchemaDto?