Interface ITenantMembershipContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Allows a module to contribute tenant memberships into the active governance runtime.
public interface ITenantMembershipContributorMethods
Section titled “Methods”RegisterMemberships(ITenantMembershipRegistry)
Section titled “ RegisterMemberships(ITenantMembershipRegistry)”Registers one or more tenant memberships with the supplied registry.
void RegisterMemberships(ITenantMembershipRegistry memberships)Parameters
Section titled “Parameters”memberships ITenantMembershipRegistry
The registry that collects contributed memberships.