Show / Hide Table of Contents

Class ActiveUserRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the activeuser table.

Inheritance
Object
ActiveUserRecordData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class 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.

Constructors

ActiveUserRecordData()

Declaration
public ActiveUserRecordData()

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

ClientType

1=CRM , 2=Admin, 3=SOQL, …

Declaration
public short ClientType
Field Value
Type Description
Int16

ComputerName

Computer name

Declaration
public string ComputerName
Field Value
Type Description
String

DomainName

Domain name

Declaration
public string DomainName
Field Value
Type Description
String

Lastlogin

Date of last login

Declaration
public DateTime Lastlogin
Field Value
Type Description
DateTime

NetAddress

DNS and numeric IP address

Declaration
public string NetAddress
Field Value
Type Description
String

OsUserName

OS user name currently logged on

Declaration
public string OsUserName
Field Value
Type Description
String

Extension Methods

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