Skip to content

Interface ITenantGovernanceActionRegistry

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Collects tenant-governance action descriptors contributed to the active governance runtime.

public interface ITenantGovernanceActionRegistry

Adds a tenant-governance action descriptor to the registry.

void Add(TenantGovernanceActionDescriptor action)

action TenantGovernanceActionDescriptor

The governance action descriptor to contribute.