Skip to content

IFilesourceIdFactory

Namespace: MJCZone.MediaMatic.AspNetCore.Factories

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Factory for generating filesource 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 filesource ID based on the provided request.

csharp
string GenerateId(FilesourceDto filesource)

Parameters

  • filesource (FilesourceDto) - The request containing filesource details.

Returns

Type: string

A unique filesource ID.