Assembly: OptimaJet.Workflow.Core

Class TenantGlobalParameterScope

OptimaJet.Workflow.Core.Persistence.TenantGlobalParameterScope

Specifies the TenantGlobalParameterScope.TenantId?text=tenant+identifier and logical TenantGlobalParameterScope.Type?text=global+parameter+type that define a tenant-specific or shared global parameter scope.

public sealed record TenantGlobalParameterScope : IEquatable<TenantGlobalParameterScope>

Type Hierarchy

Properties

public string? TenantId { get; init; } #
Gets or initializes the tenant identifier for the scope, or null when the scope contains shared global parameters.
public required string Type { get; init; } #
Gets or initializes the logical type of the global parameters in this scope.