Class DBC.LoginCustomerFields
Fields for LoginCustomer, This table contains entries for customer sessions. At first only used for Soap logins, but will later also be used for web logins
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class LoginCustomerFields : Object
Fields
CreatedAt
LoginCustomer.CreatedAt: When the entry was created
Declaration
public const string CreatedAt = "created_at"
Field Value
Type | Description |
---|---|
String |
CustomerId
LoginCustomer.CustomerId: The id of the customer this entry references.
Declaration
public const string CustomerId = "customer_id"
Field Value
Type | Description |
---|---|
String |
ErrorMessage
LoginCustomer.ErrorMessage: Stores the last error message recorded on this session
Declaration
public const string ErrorMessage = "error_message"
Field Value
Type | Description |
---|---|
String |
Expire
LoginCustomer.Expire: The last time this session was active.
Declaration
public const string Expire = "expire"
Field Value
Type | Description |
---|---|
String |
LoginCustomerId
LoginCustomer.LoginCustomerId: The primary key (auto-incremented)
Declaration
public const string LoginCustomerId = "id"
Field Value
Type | Description |
---|---|
String |
LoginOrigin
LoginCustomer.LoginOrigin: 1=soap call, 2=customer pages
Declaration
public const string LoginOrigin = "origin"
Field Value
Type | Description |
---|---|
String |
RemoteAddr
LoginCustomer.RemoteAddr: For future use: The IP address of the client for this session.
Declaration
public const string RemoteAddr = "remote_addr"
Field Value
Type | Description |
---|---|
String |
RemoteHost
LoginCustomer.RemoteHost: For future use: The hostname (depending on whether reverse lookup is enabled in httpd) or IP address of the client for this session.
Declaration
public const string RemoteHost = "remote_host"
Field Value
Type | Description |
---|---|
String |
SecondsToLive
LoginCustomer.SecondsToLive: The session key will expire after a given number of seconds.
Declaration
public const string SecondsToLive = "seconds_to_live"
Field Value
Type | Description |
---|---|
String |
SessionKey
LoginCustomer.SessionKey: A random 32 characters value used as authentication key for the session.
Declaration
public const string SessionKey = "session_key"
Field Value
Type | Description |
---|---|
String |