Interface ITenantInvitationRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Collects tenant invitations contributed to the active governance runtime.
public interface ITenantInvitationRegistryMethods
Section titled “Methods”Add(TenantInvitationDescriptor)
Section titled “ Add(TenantInvitationDescriptor)”Adds a tenant-invitation descriptor to the registry.
void Add(TenantInvitationDescriptor invitation)Parameters
Section titled “Parameters”invitation TenantInvitationDescriptor
The invitation descriptor to contribute.