Class CsLoginStatus
Defines the status of a logged in user in the login table
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class CsLoginStatus : Enum
Fields
LoginStatusKicked
Defines the status of a logged in user in the login table
Declaration
public const CsLoginStatus LoginStatusKicked
Field Value
Type | Description |
---|---|
CsLoginStatus |
LoginStatusLogIn
Defines the status of a logged in user in the login table
Declaration
public const CsLoginStatus LoginStatusLogIn
Field Value
Type | Description |
---|---|
CsLoginStatus |
LoginStatusLogOut
Defines the status of a logged in user in the login table
Declaration
public const CsLoginStatus LoginStatusLogOut
Field Value
Type | Description |
---|---|
CsLoginStatus |
LoginStatusTimeOut
Defines the status of a logged in user in the login table
Declaration
public const CsLoginStatus LoginStatusTimeOut
Field Value
Type | Description |
---|---|
CsLoginStatus |
value__
Defines the status of a logged in user in the login table
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)