Skip to main content

Class CsSessionKey

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CsSessionKey.

Inheritance

objectCarrierCsSessionKey

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CsSessionKey()

Default constructor - defaults any enum props to 0.

Properties

Key

The session key created in the login table

Property Value

string

LoginId

The id of the login row

Property Value

int

UserId

The ejuser id owning this session key

Property Value

int

See Also

CustomerServiceAgent