Skip to content

DatasourceListResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for listing multiple datasources.

public

Contents

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

Constructors

DatasourceListResponse

Initializes a new instance of the DatasourceListResponse class.

csharp
DatasourceListResponse()

DatasourceListResponse

Initializes a new instance of the DatasourceListResponse class.

csharp
DatasourceListResponse(DatasourceDto} result)

Parameters

  • result (DatasourceDto}) - The list of datasources.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the list of datasources.

Type: IEnumerable<DatasourceDto>