Class ActiveUserRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the activeuser table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ActiveUserRecordData : Object
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
ActiveUserRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the activeuser table.
Declaration
public ActiveUserRecordData()
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
ActiveuserId
Note: This ID is not assigned from sequence, but instead corresponds to the Associate primary key
Declaration
public int ActiveuserId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ClientType
1=CRM , 2=Admin, 3=SOQL, …
Declaration
public short ClientType
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ComputerName
Computer name
Declaration
public string ComputerName
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
DomainName
Domain name
Declaration
public string DomainName
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Lastlogin
Date of last login
Declaration
public DateTime Lastlogin
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NetAddress
DNS and numeric IP address
Declaration
public string NetAddress
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OsUserName
OS user name currently logged on
Declaration
public string OsUserName
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ActiveUserRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ActiveUserTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.