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 ITenantGovernanceActionRegistryMethods
Section titled “Methods”Add(TenantGovernanceActionDescriptor)
Section titled “ Add(TenantGovernanceActionDescriptor)”Adds a tenant-governance action descriptor to the registry.
void Add(TenantGovernanceActionDescriptor action)Parameters
Section titled “Parameters”action TenantGovernanceActionDescriptor
The governance action descriptor to contribute.