<< Click to Display Table of Contents >>

IRepositoryMultiLoginUser

This interface provides functions for setting multi-login.


Property Detail

AccessType

MultiLoginAccess AccessType

Gets the methods with access to the Multi Login Interface as numerals.

Repository

IRepository Repository

Gets the object where the IRepository Interface is implemented.


Method Detail

DisableLogin

void DisableLogin(object session, string userID)

Set to prohibit the user corresponding to the ID from log-in.

Parameters:

session - Session ID

userID - The user ID

EnableUserLogin

void EnableLogin(object session, string userID)

Set to allow the user corresponding to the session ID to log in.

Parameters:

session - Session ID

userID - The user ID

IsLoginEnabled

bool IsLoginEnabled(object session, string userID)

Gets whether the user corresponding to the ID is allowed to log in.

Parameters:

session - Session ID

userID - The user ID