Interface ITenantGovernanceActionContributor
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Allows a module to contribute tenant-governance approval or remediation actions into the active governance runtime.
public interface ITenantGovernanceActionContributorMethods
Section titled “Methods”RegisterGovernanceActions(ITenantGovernanceActionRegistry)
Section titled “ RegisterGovernanceActions(ITenantGovernanceActionRegistry)”Registers one or more tenant-governance actions with the supplied registry.
void RegisterGovernanceActions(ITenantGovernanceActionRegistry actions)Parameters
Section titled “Parameters”actions ITenantGovernanceActionRegistry
The registry that collects contributed governance action descriptors.