Skip to content

IDatasourceIdFactory

Namespace: MJCZone.DapperMatic.AspNetCore.Factories

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Factory for generating datasource IDs based on request data.

abstract public

Note: This is an interface that defines a contract. Look for implementing classes in the same or related namespaces.

Contents

Methods (1)

Methods

GenerateId

Generates a datasource ID based on the provided request.

csharp
string GenerateId(DatasourceDto datasource)

Parameters

  • datasource (DatasourceDto) - The request containing datasource details.

Returns

Type: string

A unique datasource ID.