Skip to content

DatasourceResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for datasource operations.

public

Contents

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

Constructors

DatasourceResponse

Initializes a new instance of the DatasourceResponse class.

csharp
DatasourceResponse()

DatasourceResponse

Initializes a new instance of the DatasourceResponse class.

csharp
DatasourceResponse(DatasourceDto result)

Parameters

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the datasource data.

Type: DatasourceDto?