Interface ITenantGovernanceActionCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Exposes the merged tenant-governance action set available to the active governance runtime.
public interface ITenantGovernanceActionCatalogProperties
Section titled “Properties”Actions
Section titled “ Actions”Gets the effective governance action set after host options and module contributors have both been applied.
IReadOnlyList<TenantGovernanceActionDescriptor> Actions { get; }Property Value
Section titled “Property Value”IReadOnlyList<TenantGovernanceActionDescriptor>
Methods
Section titled “Methods”GetByActionId(string)
Section titled “ GetByActionId(string)”Gets governance action descriptors by action identifier across all tenants.
IReadOnlyList<TenantGovernanceActionDescriptor> GetByActionId(string actionId)Parameters
Section titled “Parameters”actionId string
The action identifier to resolve.
Returns
Section titled “Returns”IReadOnlyList<TenantGovernanceActionDescriptor>
The matching governance action descriptors.
GetByTenantAndAction(string, string)
Section titled “ GetByTenantAndAction(string, string)”Gets governance action descriptors by tenant and action identifier.
IReadOnlyList<TenantGovernanceActionDescriptor> GetByTenantAndAction(string tenantId, string actionId)Parameters
Section titled “Parameters”tenantId string
The tenant identifier to resolve.
actionId string
The action identifier to resolve.
Returns
Section titled “Returns”IReadOnlyList<TenantGovernanceActionDescriptor>
The matching governance action descriptors.
GetByTenantId(string)
Section titled “ GetByTenantId(string)”Gets governance action descriptors for one tenant.
IReadOnlyList<TenantGovernanceActionDescriptor> GetByTenantId(string tenantId)Parameters
Section titled “Parameters”tenantId string
The tenant identifier to resolve.
Returns
Section titled “Returns”IReadOnlyList<TenantGovernanceActionDescriptor>
The matching governance action descriptors.