Search Results for

    Show / Hide Table of Contents

    Interface IOrganizationService

    organization service definition

    Inherited Members
    IOrganizationRepository.GetGroupsBySubOrganizationCount(Int32)
    IOrganizationRepository.GetByUserId(Int32)
    IOrganizationRepository.GetByName(String)
    Namespace: Simplic.TenantSystem
    Assembly: Simplic.TenantSystem.dll
    Syntax
    public interface IOrganizationService : IOrganizationRepository

    Properties

    | Improve this Doc View Source

    Mode

    Gets or sets the organization mode

    Declaration
    OrganizationMode Mode { get; set; }
    Property Value
    Type Description
    OrganizationMode

    Methods

    | Improve this Doc View Source

    CreateOrGetGroup(IList<Organization>)

    Create or get tenant by tenant group

    Declaration
    Guid CreateOrGetGroup(IList<Organization> Organizations)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Organization> Organizations

    List of organizations

    Returns
    Type Description
    System.Guid

    New organization id

    | Improve this Doc View Source

    GetAvailableOrganizations(Int32)

    Get all available organizations

    Declaration
    IEnumerable<Organization> GetAvailableOrganizations(int userId)
    Parameters
    Type Name Description
    System.Int32 userId

    Unique user id

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<Organization>

    Enumerable of organizations

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx