The ITenantRelationService type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AddTenantRelation |
This method is used to add a given relation between the given parent and child tenant
|
![]() | DeleteTenantRelation |
This method is used to delete the tenant relation based on the given relation identifier that may exist between tenants
|
![]() | DisassociateTenantRelationShip(String) |
This method is used to disassociate the tenant relation ship based on the mapping identifier
|
![]() | DisassociateTenantRelationShip(String, String) |
This method is used to disassociate the tenant relation ship between the given parent and child tenants
|
![]() | GetAllActiveImmediateChildTenants |
This method is used to get the list of all the active immediate child tenants for the given parent tenant identifier.
|
![]() | GetAllChildTenants |
This method is used to get all the child tenants for the given parent tenant identifier.
|
![]() | GetAllChildTenantsCount |
Returns the all child tenants count for the given tenant ids
|
![]() | GetAllImmediateChildTenants |
This method is used to get all immediate child tenants for the given parent tenant identifier
|
![]() | GetAllParentTenants |
This method is used to get all the parent tenant for the given child tenant identifier
|
![]() | GetAllSkipLevelChildTenants |
This method is used to get all skip level child tenants for the given parent tenant identifier
|
![]() | GetAllTenantRelationTypes |
This method is used to get all the tenant relation types available
|
![]() | GetChildTenantHierarchy |
This method is used to get the child tenant hierarchy for the given parent tenant identifier
|
![]() | GetParentTenant |
This method is used to get the parent tenant details for the given child tenant identifier
|
![]() | GetParentTenantInHierarchy |
This method is used to get the parent tenant in the hierarchy of the given child tenant identifier
|
![]() | GetRelatedTenants |
This method is used to get all the relation for the given tenant code
|
![]() | GetTenantMappingDetails |
This method is used to fetch the relation mapping for the given relation mapping identifier
|
![]() | UpdateTenantRelation |
This method is used to update tenant relation between the given parent and child tenant with the given relationship id
|
See Also