Assembly: OptimaJet.Workflow.Core

Class TenantGlobalParameterKey

OptimaJet.Workflow.Core.Persistence.TenantGlobalParameterKey

Identifies a tenant-specific or shared global parameter by its TenantGlobalParameterKey.TenantId?text=tenant+identifier, logical TenantGlobalParameterKey.Type?text=parameter+type, and TenantGlobalParameterKey.Name?text=parameter+name.

public sealed record TenantGlobalParameterKey : IEquatable<TenantGlobalParameterKey>

Type Hierarchy

Properties

public string? TenantId { get; init; } #
Gets or initializes the tenant identifier that scopes the global parameter, or null when the shared global parameter scope is used.
public required string Type { get; init; } #
Gets or initializes the logical type of the global parameter.
public required string Name { get; init; } #
Gets or initializes the name of the global parameter.