Show / Hide Table of Contents

Class CSSessionInfo

Inheritance
object
CSSessionInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.CS
Assembly: SoDataBase.dll
Syntax
public class CSSessionInfo

Constructors

CSSessionInfo(string, int, int)

Declaration
public CSSessionInfo(string sessionKey, int loginId, int userId)
Parameters
Type Name Description
string sessionKey
int loginId
int userId

Properties

LoginId

Declaration
public int LoginId { get; set; }
Property Value
Type Description
int

SessionKey

Declaration
public string SessionKey { get; set; }
Property Value
Type Description
string

UserId

Declaration
public int UserId { get; set; }
Property Value
Type Description
int

Methods

Deconstruct(out string, out int, out int)

Declaration
public void Deconstruct(out string sessionKey, out int loginId, out int userId)
Parameters
Type Name Description
string sessionKey
int loginId
int userId

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top