Show / Hide Table of Contents

Class EjuserRow

This table contains entries for the users of the system.
Row Object for table 'ejuser'. Row objects correspond directly to database tables, and one instance of a row object represents one row in the corresponding table in the database.

Inheritance
Object
SqlCommand
PrivateSave
TableRowBase
EjuserRow
Implements
INestedPersist
ISoDataLookup
ISentryIgnorable
ISoItem
Inherited Members
TableRowBase._saveOwner
TableRowBase._sentries
TableRowBase._onValueChange
TableRowBase._relatedNestedPersistMembers
TableRowBase._sqlType
TableRowBase.InternalSetValue(Int32, Object)
TableRowBase.InternalSetValue(SoField, Object)
TableRowBase.GetFieldValue(FieldInfo)
TableRowBase.GetKnownFields()
TableRowBase.ISoDataLookup.GetPersistedFieldValue(FieldInfo)
TableRowBase.ISoDataLookup.IsPersistedFieldValueKnown(FieldInfo)
TableRowBase.IsGhostField(FieldInfo)
TableRowBase.RowLoad()
TableRowBase.RowLoad(ITableRowLoadHandler)
TableRowBase.OnLoaded(IdxBase)
TableRowBase.Load(IdxBase, SoDataReader)
TableRowBase.Load(SoDataReader, TableInfo)
TableRowBase.SetDefaults()
TableRowBase.SetDefaults(DashboardTileDefinitionRow, String)
TableRowBase.SetSaveOwner(INestedPersist)
TableRowBase.Save()
TableRowBase.Delete()
TableRowBase.Validate()
TableRowBase.SetDirty(Int32, Object, Object)
TableRowBase.INestedPersist.OnPreIdUpdate()
TableRowBase.INestedPersist.OnPrimaryKeyRequest(PKContainer)
TableRowBase.INestedPersist.OnPrimaryKeyUpdate(PKContainer)
TableRowBase.INestedPersist.OnIdUpdate()
TableRowBase.INestedPersist.OnSave(BatchSave)
TableRowBase.INestedPersist.OnSaved(Boolean)
TableRowBase.OnPreIdUpdate()
TableRowBase.OnPrimaryKeyRequest(PKContainer)
TableRowBase.OnPrimaryKeyUpdate(PKContainer)
TableRowBase.OnIdUpdate()
TableRowBase.BeginIgnoreSentryCheck()
TableRowBase.EndIgnoreSentryCheck()
TableRowBase.GetRelatedNestedPersist()
TableRowBase.Item[Int32]
TableRowBase.Item[SoField]
TableRowBase.Sentries
TableRowBase.ForeignKeyHelper
TableRowBase.IsDeleted
TableRowBase.IsSaving
TableRowBase.SqlType
TableRowBase.IsSentryIgnored
TableRowBase.IsMarkedForDelete
TableRowBase.OnValueChanged
TableRowBase.OnElementSaved
TableRowBase.OnElementIdUpdate
PrivateSave.GetTableInfos()
PrivateSave.CloneToBasicUpdatingQuery()
PrivateSave.OnUpdateField
SqlCommand.Origin
SqlCommand.AddIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.AddIgnoreAutoSentryTableInfo(IEnumerable<TableInfo>)
SqlCommand.RemoveIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.ClearIgnoreAutoSentryTableInfos()
SqlCommand.IsAutoSentryIgnoredOnTableInfo(TableInfo)
SqlCommand.GetPrivateSaves()
SqlCommand.GetInserts()
SqlCommand.GetUpdates()
SqlCommand.GetDeletes()
SqlCommand.GetSelect()
SqlCommand.AutoSentryIgnoredTables
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 EjuserRow : TableRowBase, INestedPersist, ISoDataLookup, ISentryIgnorable, ISoItem, IExtraFieldsHelper
Remarks

Row objects can be created in several ways.

  • Use the static CreateNew() method to create a new, empty object. After populating it with values, you call the method and a corresponding row in the database is created, and the objects' primary key field updated. This is the preferred way to insert new rows into the database.
  • You can create a (nested) EjuserRow EjuserRow.CustomSearch object to obtain a query pre-populated with the correct tableinfo and return fields. This query can be modified with restrictions, etc. Then, use the static GetFromCustomSearch(EjuserRow.CustomSearch) method to apply the query to the database and obtain the result as a Row object. This is how you select existing rows from the database when you have a query that does not correspond to any of the existing database indexes.
  • For each unique index defined for the table, there is a corresponding GetFromIdx method to make retrieving data via the indexes easy. Note that if you try to fetch a row that does not exist (for instance, by using the primary key index and specifying a primary key that does not exist in the database), you will get a Row object with the and properties set to true. Such a Row object is called a 'ghost' and cannot be updated, saved or deleted. You can also get a ghost if the row does exist in the database, but the Sentry system denies Select rights to the row.
  • Finally, if you have an SoDataReader that contains ALL the fields of the table, and you have the EjuserTableInfo instance used in the query behind the reader, you can use the static GetFromReader(SoDataReader, EjuserTableInfo) method to create a new row object from the reader and the table info. This is useful when you have a larger, more complex query, for instance one that joins a number of tables, and you wish to use Row objects to process the result set. If your result set corresponds to an entity, consider using the corresponding Entity layer object instead, since entities automatically handle ID allocation and mapping, rights, and other higher-level aspects.
Non-unique indexes are handled through the EjuserRows collection, which has nested classes and GetFromIdx methods for each non-unique index. Similarly, there is a GetFromReader(SoDataReader, EjuserTableInfo) method to retrieve the results of queries that return more than one row.

Unique indexes on table Ejuser are:

Index fieldsNested index class name

Constructors

EjuserRow(EjuserRow.EjuserRowIdxBase)

Constructor for the class taking an index as argument. This table contains entries for the users of the system.

Declaration
protected EjuserRow(EjuserRow.EjuserRowIdxBase idx)
Parameters
Type Name Description
EjuserRow.EjuserRowIdxBase idx

The index representing a SELECT command to the database.

Fields

_currentAccessLevel

Current value, see property AccessLevel.

Declaration
protected int _currentAccessLevel
Field Value
Type Description
Int32

_currentChatStatus

Current value, see property ChatStatus.

Declaration
protected ChatStatus _currentChatStatus
Field Value
Type Description
ChatStatus

_currentDateFormat

Current value, see property DateFormat.

Declaration
protected short _currentDateFormat
Field Value
Type Description
Int16

_currentDateFormatLongString

Current value, see property DateFormatLongString.

Declaration
protected string _currentDateFormatLongString
Field Value
Type Description
String

_currentDateFormatString

Current value, see property DateFormatString.

Declaration
protected string _currentDateFormatString
Field Value
Type Description
String

_currentDbiAgentId

Current value, see property DbiAgentId.

Declaration
protected int _currentDbiAgentId
Field Value
Type Description
Int32

_currentDbiKey

Current value, see property DbiKey.

Declaration
protected string _currentDbiKey
Field Value
Type Description
String

_currentDbiLastModified

Current value, see property DbiLastModified.

Declaration
protected DateTime _currentDbiLastModified
Field Value
Type Description
DateTime

_currentDbiLastSyncronized

Current value, see property DbiLastSyncronized.

Declaration
protected DateTime _currentDbiLastSyncronized
Field Value
Type Description
DateTime

_currentDefaultCategory

Current value, see property DefaultCategory.

Declaration
protected int _currentDefaultCategory
Field Value
Type Description
Int32

_currentDefaultStatusAddMessage

Current value, see property DefaultStatusAddMessage.

Declaration
protected int _currentDefaultStatusAddMessage
Field Value
Type Description
Int32

_currentDefaultStatusNewTicket

Current value, see property DefaultStatusNewTicket.

Declaration
protected int _currentDefaultStatusNewTicket
Field Value
Type Description
Int32

_currentDefaultUser

Current value, see property DefaultUser.

Declaration
protected int _currentDefaultUser
Field Value
Type Description
Int32

_currentDictionary

Current value, see property Dictionary.

Declaration
protected string _currentDictionary
Field Value
Type Description
String

_currentEjuserId

Current value, see property EjuserId.

Declaration
protected int _currentEjuserId
Field Value
Type Description
Int32

_currentEmail

Current value, see property Email.

Declaration
protected string _currentEmail
Field Value
Type Description
String

_currentEmailMask

Current value, see property EmailMask.

Declaration
protected int _currentEmailMask
Field Value
Type Description
Int32

_currentFirstname

Current value, see property Firstname.

Declaration
protected string _currentFirstname
Field Value
Type Description
String

_currentFlags

Current value, see property Flags.

Declaration
protected int _currentFlags
Field Value
Type Description
Int32

_currentHiddenBagBitset

Current value, see property HiddenBagBitset.

Declaration
protected string _currentHiddenBagBitset
Field Value
Type Description
String

_currentIdleTime

Current value, see property IdleTime.

Declaration
protected int _currentIdleTime
Field Value
Type Description
Int32

_currentLanguage

Current value, see property Language.

Declaration
protected string _currentLanguage
Field Value
Type Description
String

_currentLastCategory

Current value, see property LastCategory.

Declaration
protected int _currentLastCategory
Field Value
Type Description
Int32

_currentLastLoginAttempt

Current value, see property LastLoginAttempt.

Declaration
protected DateTime _currentLastLoginAttempt
Field Value
Type Description
DateTime

_currentLastname

Current value, see property Lastname.

Declaration
protected string _currentLastname
Field Value
Type Description
String

_currentLoginAttempts

Current value, see property LoginAttempts.

Declaration
protected int _currentLoginAttempts
Field Value
Type Description
Int32

_currentLoginname

Current value, see property Loginname.

Declaration
protected string _currentLoginname
Field Value
Type Description
String

_currentMiddlename

Current value, see property Middlename.

Declaration
protected string _currentMiddlename
Field Value
Type Description
String

_currentMinuteOffset

Current value, see property MinuteOffset.

Declaration
protected int _currentMinuteOffset
Field Value
Type Description
Int32

_currentNewGui

Current value, see property NewGui.

Declaration
protected short _currentNewGui
Field Value
Type Description
Int16

_currentNotifyExternalLock

Current value, see property NotifyExternalLock.

Declaration
protected DateTime _currentNotifyExternalLock
Field Value
Type Description
DateTime

_currentNotifyExternalSource

Current value, see property NotifyExternalSource.

Declaration
protected string _currentNotifyExternalSource
Field Value
Type Description
String

_currentNotifyMask

Current value, see property NotifyMask.

Declaration
protected int _currentNotifyMask
Field Value
Type Description
Int32

_currentNotPresent

Current value, see property NotPresent.

Declaration
protected string _currentNotPresent
Field Value
Type Description
String

_currentNumExpandedMessages

Current value, see property NumExpandedMessages.

Declaration
protected int _currentNumExpandedMessages
Field Value
Type Description
Int32

_currentPassword

Current value, see property Password.

Declaration
protected string _currentPassword
Field Value
Type Description
String

_currentPictureId

Current value, see property PictureId.

Declaration
protected int _currentPictureId
Field Value
Type Description
Int32

_currentProfileId

Current value, see property ProfileId.

Declaration
protected int _currentProfileId
Field Value
Type Description
Int32

_currentSignature

Current value, see property Signature.

Declaration
protected string _currentSignature
Field Value
Type Description
String

_currentSimultaneousLogin

Current value, see property SimultaneousLogin.

Declaration
protected short _currentSimultaneousLogin
Field Value
Type Description
Int16

_currentSms

Current value, see property Sms.

Declaration
protected string _currentSms
Field Value
Type Description
String

_currentSmsMask

Current value, see property SmsMask.

Declaration
protected int _currentSmsMask
Field Value
Type Description
Int32

_currentStatus

Current value, see property Status.

Declaration
protected short _currentStatus
Field Value
Type Description
Int16

_currentTextareasize

Current value, see property Textareasize.

Declaration
protected string _currentTextareasize
Field Value
Type Description
String

_currentTimeFormatString

Current value, see property TimeFormatString.

Declaration
protected string _currentTimeFormatString
Field Value
Type Description
String

_currentUsergroup

Current value, see property Usergroup.

Declaration
protected int _currentUsergroup
Field Value
Type Description
Int32

_currentUsername

Current value, see property Username.

Declaration
protected string _currentUsername
Field Value
Type Description
String

_persistedAccessLevel

Persisted value, see property AccessLevel.

Declaration
protected int _persistedAccessLevel
Field Value
Type Description
Int32

_persistedChatStatus

Persisted value, see property ChatStatus.

Declaration
protected ChatStatus _persistedChatStatus
Field Value
Type Description
ChatStatus

_persistedDateFormat

Persisted value, see property DateFormat.

Declaration
protected short _persistedDateFormat
Field Value
Type Description
Int16

_persistedDateFormatLongString

Persisted value, see property DateFormatLongString.

Declaration
protected string _persistedDateFormatLongString
Field Value
Type Description
String

_persistedDateFormatString

Persisted value, see property DateFormatString.

Declaration
protected string _persistedDateFormatString
Field Value
Type Description
String

_persistedDbiAgentId

Persisted value, see property DbiAgentId.

Declaration
protected int _persistedDbiAgentId
Field Value
Type Description
Int32

_persistedDbiKey

Persisted value, see property DbiKey.

Declaration
protected string _persistedDbiKey
Field Value
Type Description
String

_persistedDbiLastModified

Persisted value, see property DbiLastModified.

Declaration
protected DateTime _persistedDbiLastModified
Field Value
Type Description
DateTime

_persistedDbiLastSyncronized

Persisted value, see property DbiLastSyncronized.

Declaration
protected DateTime _persistedDbiLastSyncronized
Field Value
Type Description
DateTime

_persistedDefaultCategory

Persisted value, see property DefaultCategory.

Declaration
protected int _persistedDefaultCategory
Field Value
Type Description
Int32

_persistedDefaultStatusAddMessage

Persisted value, see property DefaultStatusAddMessage.

Declaration
protected int _persistedDefaultStatusAddMessage
Field Value
Type Description
Int32

_persistedDefaultStatusNewTicket

Persisted value, see property DefaultStatusNewTicket.

Declaration
protected int _persistedDefaultStatusNewTicket
Field Value
Type Description
Int32

_persistedDefaultUser

Persisted value, see property DefaultUser.

Declaration
protected int _persistedDefaultUser
Field Value
Type Description
Int32

_persistedDictionary

Persisted value, see property Dictionary.

Declaration
protected string _persistedDictionary
Field Value
Type Description
String

_persistedEjuserId

Persisted value, see property EjuserId.

Declaration
protected int _persistedEjuserId
Field Value
Type Description
Int32

_persistedEmail

Persisted value, see property Email.

Declaration
protected string _persistedEmail
Field Value
Type Description
String

_persistedEmailMask

Persisted value, see property EmailMask.

Declaration
protected int _persistedEmailMask
Field Value
Type Description
Int32

_persistedFirstname

Persisted value, see property Firstname.

Declaration
protected string _persistedFirstname
Field Value
Type Description
String

_persistedFlags

Persisted value, see property Flags.

Declaration
protected int _persistedFlags
Field Value
Type Description
Int32

_persistedHiddenBagBitset

Persisted value, see property HiddenBagBitset.

Declaration
protected string _persistedHiddenBagBitset
Field Value
Type Description
String

_persistedIdleTime

Persisted value, see property IdleTime.

Declaration
protected int _persistedIdleTime
Field Value
Type Description
Int32

_persistedLanguage

Persisted value, see property Language.

Declaration
protected string _persistedLanguage
Field Value
Type Description
String

_persistedLastCategory

Persisted value, see property LastCategory.

Declaration
protected int _persistedLastCategory
Field Value
Type Description
Int32

_persistedLastLoginAttempt

Persisted value, see property LastLoginAttempt.

Declaration
protected DateTime _persistedLastLoginAttempt
Field Value
Type Description
DateTime

_persistedLastname

Persisted value, see property Lastname.

Declaration
protected string _persistedLastname
Field Value
Type Description
String

_persistedLoginAttempts

Persisted value, see property LoginAttempts.

Declaration
protected int _persistedLoginAttempts
Field Value
Type Description
Int32

_persistedLoginname

Persisted value, see property Loginname.

Declaration
protected string _persistedLoginname
Field Value
Type Description
String

_persistedMiddlename

Persisted value, see property Middlename.

Declaration
protected string _persistedMiddlename
Field Value
Type Description
String

_persistedMinuteOffset

Persisted value, see property MinuteOffset.

Declaration
protected int _persistedMinuteOffset
Field Value
Type Description
Int32

_persistedNewGui

Persisted value, see property NewGui.

Declaration
protected short _persistedNewGui
Field Value
Type Description
Int16

_persistedNotifyExternalLock

Persisted value, see property NotifyExternalLock.

Declaration
protected DateTime _persistedNotifyExternalLock
Field Value
Type Description
DateTime

_persistedNotifyExternalSource

Persisted value, see property NotifyExternalSource.

Declaration
protected string _persistedNotifyExternalSource
Field Value
Type Description
String

_persistedNotifyMask

Persisted value, see property NotifyMask.

Declaration
protected int _persistedNotifyMask
Field Value
Type Description
Int32

_persistedNotPresent

Persisted value, see property NotPresent.

Declaration
protected string _persistedNotPresent
Field Value
Type Description
String

_persistedNumExpandedMessages

Persisted value, see property NumExpandedMessages.

Declaration
protected int _persistedNumExpandedMessages
Field Value
Type Description
Int32

_persistedPassword

Persisted value, see property Password.

Declaration
protected string _persistedPassword
Field Value
Type Description
String

_persistedPictureId

Persisted value, see property PictureId.

Declaration
protected int _persistedPictureId
Field Value
Type Description
Int32

_persistedProfileId

Persisted value, see property ProfileId.

Declaration
protected int _persistedProfileId
Field Value
Type Description
Int32

_persistedSignature

Persisted value, see property Signature.

Declaration
protected string _persistedSignature
Field Value
Type Description
String

_persistedSimultaneousLogin

Persisted value, see property SimultaneousLogin.

Declaration
protected short _persistedSimultaneousLogin
Field Value
Type Description
Int16

_persistedSms

Persisted value, see property Sms.

Declaration
protected string _persistedSms
Field Value
Type Description
String

_persistedSmsMask

Persisted value, see property SmsMask.

Declaration
protected int _persistedSmsMask
Field Value
Type Description
Int32

_persistedStatus

Persisted value, see property Status.

Declaration
protected short _persistedStatus
Field Value
Type Description
Int16

_persistedTextareasize

Persisted value, see property Textareasize.

Declaration
protected string _persistedTextareasize
Field Value
Type Description
String

_persistedTimeFormatString

Persisted value, see property TimeFormatString.

Declaration
protected string _persistedTimeFormatString
Field Value
Type Description
String

_persistedUsergroup

Persisted value, see property Usergroup.

Declaration
protected int _persistedUsergroup
Field Value
Type Description
Int32

_persistedUsername

Persisted value, see property Username.

Declaration
protected string _persistedUsername
Field Value
Type Description
String

Properties

AccessLevel

.NET type: int. The access level for this user.

Declaration
public virtual int AccessLevel { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

ChatStatus

.NET type: ChatStatus. Various chat statuses for an agent

Declaration
public virtual ChatStatus ChatStatus { get; set; }
Property Value
Type Description
ChatStatus
Remarks

Original type in dictionary: Enum.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DateFormat

.NET type: short. The preferred format of dates and datetimes (enum) for this user.

Declaration
public virtual short DateFormat { get; set; }
Property Value
Type Description
Int16
Remarks

Original type in dictionary: Enum.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DateFormatLongString

.NET type: string. Chosen date format for lists as a string for this user

Declaration
public virtual string DateFormatLongString { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[65].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DateFormatString

.NET type: string. Chosen date format as a string for this user

Declaration
public virtual string DateFormatString { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[65].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DbiAgentId

.NET type: int. Integration agent (eJournal)

Declaration
public virtual int DbiAgentId { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DbiKey

.NET type: string. The primary key for the integrated entry in the external datasource.

Declaration
public virtual string DbiKey { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[256].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DbiLastModified

.NET type: DateTime. When the entry was last modified.

Declaration
public virtual DateTime DbiLastModified { get; set; }
Property Value
Type Description
DateTime
Remarks

Original type in dictionary: DateTime.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DbiLastSyncronized

.NET type: DateTime. Last external syncronization.

Declaration
public virtual DateTime DbiLastSyncronized { get; set; }
Property Value
Type Description
DateTime
Remarks

Original type in dictionary: DateTime.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DefaultCategory

.NET type: int. The default category for this user when posting tickets and use_last_category is false.

Declaration
public virtual int DefaultCategory { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DefaultStatusAddMessage

.NET type: int. Default status on add message.

Declaration
public virtual int DefaultStatusAddMessage { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DefaultStatusNewTicket

.NET type: int. Default status on new requests.

Declaration
public virtual int DefaultStatusNewTicket { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

DefaultUser

.NET type: int. The default user to set on new tickets in this category (1=automatically, 2=unasigned, 3=the owner

Declaration
public virtual int DefaultUser { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Dictionary

.NET type: string. A string indicating the user's prefered dictionary language ('no' or 'en').

Declaration
public virtual string Dictionary { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[6].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

EjuserId

.NET type: int. The primary key (auto-incremented)

Declaration
public virtual int EjuserId { get; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: PK.

This field is the primary key and can only be read, never written.

This field is not protected by the Sentry system, and can always be read

EjuserTableInfo

Get the EjuserTableInfo object associated with the row.

Declaration
public EjuserTableInfo EjuserTableInfo { get; }
Property Value
Type Description
EjuserTableInfo

Email

.NET type: string. The email address for this user.

Declaration
public virtual string Email { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[256].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

EmailMask

.NET type: int. A bitmask indicated to which extent the user should recieve email warnings for various events.

Declaration
public virtual int EmailMask { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Firstname

.NET type: string. The firstname for this user.

Declaration
public virtual string Firstname { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[128].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Flags

.NET type: int. A bitmask indicating flags for this entry.

Declaration
public virtual int Flags { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

HiddenBagBitset

.NET type: string. Each character represent a bit to set a HtmlBagHideable to default open or closed (1=open 0=closed)

Declaration
public virtual string HiddenBagBitset { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[256].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

IdleTime

.NET type: int. Number of seconds the user has been idle. Updated by TrayIcon or simular external programs.

Declaration
public virtual int IdleTime { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

InnerFieldValuePairs

The values of all the fields in the row.
The first field is the primary key.
The index of the value corresponds to the name of the field returned from the Fields property.

Declaration
protected override ArgumentParameterCollection InnerFieldValuePairs { get; }
Property Value
Type Description
ArgumentParameterCollection
Overrides
PrivateSave.InnerFieldValuePairs

InnerPrimaryKey

The primary key needed to decide which specific row to alter with the current sql-command.

Declaration
protected override FieldInfo InnerPrimaryKey { get; }
Property Value
Type Description
FieldInfo
Overrides
PrivateSave.InnerPrimaryKey

InnerPrimaryKeyValue

The actual value the primary key must have.

Declaration
protected override Parameter InnerPrimaryKeyValue { get; }
Property Value
Type Description
Parameter
Overrides
PrivateSave.InnerPrimaryKeyValue

IsDirty

Is the row dirty, e.g. been modified since the last time it was saved to the database.

Declaration
public override bool IsDirty { get; }
Property Value
Type Description
Boolean
Overrides
TableRowBase.IsDirty

IsNew

Is this object new, meaning that it does not exist in the database.

Declaration
public override bool IsNew { get; }
Property Value
Type Description
Boolean
Overrides
TableRowBase.IsNew

Item[String]

Get or set a value based on the name of the field.

Declaration
public override object this[string fieldName] { get; set; }
Parameters
Type Name Description
String fieldName

Name of the field in the database

Property Value
Type Description
Object

Value of the field.

Overrides
TableRowBase.Item[String]
Exceptions
Type Condition
ArgumentException

Thrown if the field is not known.

Language

.NET type: string. A string indicating the user's language ('no' or 'en').

Declaration
public virtual string Language { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[6].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

LastCategory

.NET type: int. The last chosen category for this user when posting tickets.

Declaration
public virtual int LastCategory { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

LastLoginAttempt

.NET type: DateTime. The last time the user tried to log in without success

Declaration
public virtual DateTime LastLoginAttempt { get; set; }
Property Value
Type Description
DateTime
Remarks

Original type in dictionary: DateTime.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Lastname

.NET type: string. The lastname for this user.

Declaration
public virtual string Lastname { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[128].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

LoginAttempts

.NET type: int. The number of times the user has attempted to login with the wrong password

Declaration
public virtual int LoginAttempts { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Loginname

.NET type: string. The unique loginname for this user.

Declaration
public virtual string Loginname { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[64].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Middlename

.NET type: string. The middlename for this user.

Declaration
public virtual string Middlename { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[128].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

MinuteOffset

.NET type: int. Offset in hours between server and ejuser timezone.

Declaration
public virtual int MinuteOffset { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

NewGui

.NET type: short. Whether to use the new gui or not

Declaration
public virtual short NewGui { get; set; }
Property Value
Type Description
Int16
Remarks

Original type in dictionary: Bool.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

NotifyExternalLock

.NET type: DateTime. A datetime lock to make sure notifications are only displayed by one notifcation system (ejournal or external programs)

Declaration
public virtual DateTime NotifyExternalLock { get; set; }
Property Value
Type Description
DateTime
Remarks

Original type in dictionary: DateTime.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

NotifyExternalSource

.NET type: string. A name (id) of the external notifications system (ejournal or external programs)

Declaration
public virtual string NotifyExternalSource { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[256].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

NotifyMask

.NET type: int. A bitmask indicating to which extent the user should recieve pop-up warnings for various events.

Declaration
public virtual int NotifyMask { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

NotPresent

.NET type: string. Comment to add for user when status is not present.

Declaration
public virtual string NotPresent { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[256].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

NumExpandedMessages

.NET type: int. The number of expanded messages in show-ticket view.

Declaration
public virtual int NumExpandedMessages { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Password

.NET type: string. The encrypted password for this user.

Declaration
public virtual string Password { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[128].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

PictureId

.NET type: int. The attachment.id this reference is connected to.

Declaration
public virtual int PictureId { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

ProfileId

.NET type: int. Reference to the profile connected to this ejuser

Declaration
public virtual int ProfileId { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Signature

.NET type: string. The users signature.

Declaration
public virtual string Signature { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: Clob.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

SimultaneousLogin

.NET type: short. A boolean telling if the user is counted as one of the simultaneous ones, or one who alway may log in

Declaration
public virtual short SimultaneousLogin { get; set; }
Property Value
Type Description
Int16
Remarks

Original type in dictionary: Bool.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Sms

.NET type: string. The SMS number for this user

Declaration
public virtual string Sms { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[65].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

SmsMask

.NET type: int. A bitmask indicated to which extent the user should recieve sms warnings for various events.

Declaration
public virtual int SmsMask { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: Int.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Status

.NET type: short. The status (enum) for this user.

Declaration
public virtual short Status { get; set; }
Property Value
Type Description
Int16
Remarks

Original type in dictionary: Enum.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

TableInfo

Get the TableInfo for the table.

Declaration
public override TableInfo TableInfo { get; }
Property Value
Type Description
TableInfo

The TableInfo for the table.

Overrides
TableRowBase.TableInfo

Textareasize

.NET type: string. Size of textarea for each user, example '80x40'

Declaration
public virtual string Textareasize { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[32].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

TimeFormatString

.NET type: string. Chosen time format as a string for this user

Declaration
public virtual string TimeFormatString { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[65].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Usergroup

.NET type: int. The group this user is member of

Declaration
public virtual int Usergroup { get; set; }
Property Value
Type Description
Int32
Remarks

Original type in dictionary: FK.

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Username

.NET type: string. The unique username for this user.

Declaration
public virtual string Username { get; set; }
Property Value
Type Description
String
Remarks

Original type in dictionary: String[64].

Setting this field to a new value will not affect the Sentry calculations and your rights

This field is not protected by the Sentry system, and can always be read

This field is not protected by the Sentry system, and can be written to unless other restrictions prevent it

Methods

CreateNew()

Create a new instance of the EjuserRow object. This table contains entries for the users of the system.

Declaration
public static EjuserRow CreateNew()
Returns
Type Description
EjuserRow

A new instance of the EjuserRow object.

GetExtraFieldsHelper()

Declaration
public ExtraFieldsHelper GetExtraFieldsHelper()
Returns
Type Description
ExtraFieldsHelper

GetFromCustomSearch(EjuserRow.CustomSearch)

Create a new instance of the EjuserRow object, and populate it with data from a custom search. If the search returns no results, an object with IsNew will be returned; if the result contains one row, an object representing that row will be returned. If the result contains more than one row, the first row will be used and the rest discarded (there is no way of detecting this situation).

Declaration
public static EjuserRow GetFromCustomSearch(EjuserRow.CustomSearch query)
Parameters
Type Name Description
EjuserRow.CustomSearch query

The custom search to execute against the database

Returns
Type Description
EjuserRow

A new instance of the EjuserRow object, reflecting the result of the query.

GetFromIdxEjuserId(Int32)

Create a new instance of the EjuserRow object, by querying the database table via the index 'IDXEjuserId'. This method is intended to make it easy to use efficient queries that match a database index.

Declaration
public static EjuserRow GetFromIdxEjuserId(int ejuserId)
Parameters
Type Name Description
Int32 ejuserId
Returns
Type Description
EjuserRow

Row object that represents the result of the search. IsNew will be true if the query did not match any row in the table

Remarks

This method represents one of the unique indexes on the Ejuser table. Non-unique indexes have corresponding inner classes and methods in the EjuserRows collection, since they may return more than one row.

GetFromReader(SoDataReader, EjuserTableInfo)

Create a new instance of the EjuserRow object, and populate it with data from a reader/tableinfo. If the reader has DBNull as the current value of the primary key field, an unpopulated object with IsNew == true will be returned. If any fields are missing or one of the non-primary key fields is DBNull, an exception will be thrown. This table contains entries for the users of the system.

Declaration
public static EjuserRow GetFromReader(SoDataReader reader, EjuserTableInfo tableInfo)
Parameters
Type Name Description
SoDataReader reader

SoDataReader positioned to a valid database row.

EjuserTableInfo tableInfo

EjuserTableInfo instance used in the query that is the source of the reader. The fields used from the reader will be those owned by this tableinfo object.

Returns
Type Description
EjuserRow

A new instance of the EjuserRow object.

GetPersistedFieldValue(FieldInfo)

Get the persisted value of a field.

Declaration
public override object GetPersistedFieldValue(FieldInfo field)
Parameters
Type Name Description
FieldInfo field

Specification of a field

Returns
Type Description
Object

Field value, such as an int, DateTime, string ... Null can be returned if the value is not known.

Overrides
PrivateSave.GetPersistedFieldValue(FieldInfo)
Exceptions
Type Condition
ArgumentException

Thrown if the field is not known.

InternalSetValue(String, Object)

Declaration
protected override void InternalSetValue(string fieldName, object value)
Parameters
Type Name Description
String fieldName
Object value
Overrides
TableRowBase.InternalSetValue(String, Object)

IsPersistedFieldValueKnown(FieldInfo)

Check if the persisted value for a field is known.

Declaration
public override bool IsPersistedFieldValueKnown(FieldInfo field)
Parameters
Type Name Description
FieldInfo field

Specification of a field

Returns
Type Description
Boolean

True if the value is known and sentry permits read.

Overrides
PrivateSave.IsPersistedFieldValueKnown(FieldInfo)

OnLoad(SoDataReader, TableInfo)

Fill the object with data returned from the database.

Declaration
protected override void OnLoad(SoDataReader reader, TableInfo tableInfo)
Parameters
Type Name Description
SoDataReader reader

Object holding the data returned from the database.

TableInfo tableInfo

The TableInfo used for the SELECT statement.

Overrides
TableRowBase.OnLoad(SoDataReader, TableInfo)

OnSave(BatchSave)

Add the object to the BatchSave list if it needs saving.

Declaration
protected override void OnSave(BatchSave batchSave)
Parameters
Type Name Description
BatchSave batchSave

Collection of objects to be saved within the transaction.

Overrides
TableRowBase.OnSave(BatchSave)
Remarks

Classes overriding this method should call it.

OnSaved(Boolean)

Method called after the save operation has been performed.

Declaration
protected override void OnSaved(bool bSucceeded)
Parameters
Type Name Description
Boolean bSucceeded

True if the save operation succeeded (e.g. transaction committed), or false if the save operation failed (e.g. transaction rolled back)

Overrides
TableRowBase.OnSaved(Boolean)

Reset()

Reset the changes made on the object.

Declaration
protected override void Reset()
Overrides
TableRowBase.Reset()
Remarks

If the row is not persisted to the database (e.g. IsNew is true), all the values will be reset. If the row has been persisted to or loaded from the database, the properties will be set to those of the last persisted or loaded values.

SetDefaults(DefaulterStrategy)

Set default values for the row.

Declaration
public override void SetDefaults(DefaulterStrategy strategy)
Parameters
Type Name Description
DefaulterStrategy strategy

Strategy used when applying default values; values depend on where we are in the Create/Fetch/Populate/Save cycle

Overrides
TableRowBase.SetDefaults(DefaulterStrategy)

SetPrimaryKey(Int32)

Set the primary key for the row.

Declaration
protected override void SetPrimaryKey(int primaryKey)
Parameters
Type Name Description
Int32 primaryKey

The new primary key for the row.

Overrides
TableRowBase.SetPrimaryKey(Int32)

SetRowAsNew()

Declaration
public override void SetRowAsNew()
Overrides
TableRowBase.SetRowAsNew()

ToString()

ToString method intended for debugging, returns a string that displays the object type, new/dirty status, primary key and the string fields

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Validate(RowValidator)

Validate this row.

Declaration
public override void Validate(RowValidator rowValidator)
Parameters
Type Name Description
RowValidator rowValidator

RowValidator for inserting the result of the validation

Overrides
TableRowBase.Validate(RowValidator)

Events

_onAccessLevelChange

Change envent for property AccessLevel; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onAccessLevelChange
Event Type
Type Description
OnFieldChange<Int32>

_onChatStatusChange

Change envent for property ChatStatus; field is of .NET type short.

Declaration
protected event OnFieldChange<ChatStatus> _onChatStatusChange
Event Type
Type Description
OnFieldChange<ChatStatus>

_onDateFormatChange

Change envent for property DateFormat; field is of .NET type short.

Declaration
protected event OnFieldChange<short> _onDateFormatChange
Event Type
Type Description
OnFieldChange<Int16>

_onDateFormatLongStringChange

Change envent for property DateFormatLongString; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onDateFormatLongStringChange
Event Type
Type Description
OnFieldChange<String>

_onDateFormatStringChange

Change envent for property DateFormatString; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onDateFormatStringChange
Event Type
Type Description
OnFieldChange<String>

_onDbiAgentIdChange

Change envent for property DbiAgentId; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onDbiAgentIdChange
Event Type
Type Description
OnFieldChange<Int32>

_onDbiKeyChange

Change envent for property DbiKey; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onDbiKeyChange
Event Type
Type Description
OnFieldChange<String>

_onDbiLastModifiedChange

Change envent for property DbiLastModified; field is of .NET type DateTime.

Declaration
protected event OnFieldChange<DateTime> _onDbiLastModifiedChange
Event Type
Type Description
OnFieldChange<DateTime>

_onDbiLastSyncronizedChange

Change envent for property DbiLastSyncronized; field is of .NET type DateTime.

Declaration
protected event OnFieldChange<DateTime> _onDbiLastSyncronizedChange
Event Type
Type Description
OnFieldChange<DateTime>

_onDefaultCategoryChange

Change envent for property DefaultCategory; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onDefaultCategoryChange
Event Type
Type Description
OnFieldChange<Int32>

_onDefaultStatusAddMessageChange

Change envent for property DefaultStatusAddMessage; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onDefaultStatusAddMessageChange
Event Type
Type Description
OnFieldChange<Int32>

_onDefaultStatusNewTicketChange

Change envent for property DefaultStatusNewTicket; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onDefaultStatusNewTicketChange
Event Type
Type Description
OnFieldChange<Int32>

_onDefaultUserChange

Change envent for property DefaultUser; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onDefaultUserChange
Event Type
Type Description
OnFieldChange<Int32>

_onDictionaryChange

Change envent for property Dictionary; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onDictionaryChange
Event Type
Type Description
OnFieldChange<String>

_onEmailChange

Change envent for property Email; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onEmailChange
Event Type
Type Description
OnFieldChange<String>

_onEmailMaskChange

Change envent for property EmailMask; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onEmailMaskChange
Event Type
Type Description
OnFieldChange<Int32>

_onFirstnameChange

Change envent for property Firstname; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onFirstnameChange
Event Type
Type Description
OnFieldChange<String>

_onFlagsChange

Change envent for property Flags; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onFlagsChange
Event Type
Type Description
OnFieldChange<Int32>

_onHiddenBagBitsetChange

Change envent for property HiddenBagBitset; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onHiddenBagBitsetChange
Event Type
Type Description
OnFieldChange<String>

_onIdleTimeChange

Change envent for property IdleTime; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onIdleTimeChange
Event Type
Type Description
OnFieldChange<Int32>

_onLanguageChange

Change envent for property Language; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onLanguageChange
Event Type
Type Description
OnFieldChange<String>

_onLastCategoryChange

Change envent for property LastCategory; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onLastCategoryChange
Event Type
Type Description
OnFieldChange<Int32>

_onLastLoginAttemptChange

Change envent for property LastLoginAttempt; field is of .NET type DateTime.

Declaration
protected event OnFieldChange<DateTime> _onLastLoginAttemptChange
Event Type
Type Description
OnFieldChange<DateTime>

_onLastnameChange

Change envent for property Lastname; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onLastnameChange
Event Type
Type Description
OnFieldChange<String>

_onLoginAttemptsChange

Change envent for property LoginAttempts; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onLoginAttemptsChange
Event Type
Type Description
OnFieldChange<Int32>

_onLoginnameChange

Change envent for property Loginname; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onLoginnameChange
Event Type
Type Description
OnFieldChange<String>

_onMiddlenameChange

Change envent for property Middlename; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onMiddlenameChange
Event Type
Type Description
OnFieldChange<String>

_onMinuteOffsetChange

Change envent for property MinuteOffset; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onMinuteOffsetChange
Event Type
Type Description
OnFieldChange<Int32>

_onNewGuiChange

Change envent for property NewGui; field is of .NET type short.

Declaration
protected event OnFieldChange<short> _onNewGuiChange
Event Type
Type Description
OnFieldChange<Int16>

_onNotifyExternalLockChange

Change envent for property NotifyExternalLock; field is of .NET type DateTime.

Declaration
protected event OnFieldChange<DateTime> _onNotifyExternalLockChange
Event Type
Type Description
OnFieldChange<DateTime>

_onNotifyExternalSourceChange

Change envent for property NotifyExternalSource; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onNotifyExternalSourceChange
Event Type
Type Description
OnFieldChange<String>

_onNotifyMaskChange

Change envent for property NotifyMask; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onNotifyMaskChange
Event Type
Type Description
OnFieldChange<Int32>

_onNotPresentChange

Change envent for property NotPresent; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onNotPresentChange
Event Type
Type Description
OnFieldChange<String>

_onNumExpandedMessagesChange

Change envent for property NumExpandedMessages; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onNumExpandedMessagesChange
Event Type
Type Description
OnFieldChange<Int32>

_onPasswordChange

Change envent for property Password; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onPasswordChange
Event Type
Type Description
OnFieldChange<String>

_onPictureIdChange

Change envent for property PictureId; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onPictureIdChange
Event Type
Type Description
OnFieldChange<Int32>

_onProfileIdChange

Change envent for property ProfileId; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onProfileIdChange
Event Type
Type Description
OnFieldChange<Int32>

_onSignatureChange

Change envent for property Signature; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onSignatureChange
Event Type
Type Description
OnFieldChange<String>

_onSimultaneousLoginChange

Change envent for property SimultaneousLogin; field is of .NET type short.

Declaration
protected event OnFieldChange<short> _onSimultaneousLoginChange
Event Type
Type Description
OnFieldChange<Int16>

_onSmsChange

Change envent for property Sms; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onSmsChange
Event Type
Type Description
OnFieldChange<String>

_onSmsMaskChange

Change envent for property SmsMask; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onSmsMaskChange
Event Type
Type Description
OnFieldChange<Int32>

_onStatusChange

Change envent for property Status; field is of .NET type short.

Declaration
protected event OnFieldChange<short> _onStatusChange
Event Type
Type Description
OnFieldChange<Int16>

_onTextareasizeChange

Change envent for property Textareasize; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onTextareasizeChange
Event Type
Type Description
OnFieldChange<String>

_onTimeFormatStringChange

Change envent for property TimeFormatString; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onTimeFormatStringChange
Event Type
Type Description
OnFieldChange<String>

_onUsergroupChange

Change envent for property Usergroup; field is of .NET type int.

Declaration
protected event OnFieldChange<int> _onUsergroupChange
Event Type
Type Description
OnFieldChange<Int32>

_onUsernameChange

Change envent for property Username; field is of .NET type string.

Declaration
protected event OnFieldChange<string> _onUsernameChange
Event Type
Type Description
OnFieldChange<String>

OnAccessLevelChange

Event raised when AccessLevel is changing.

Declaration
public event OnFieldChange<int> OnAccessLevelChange
Event Type
Type Description
OnFieldChange<Int32>

OnChatStatusChange

Event raised when ChatStatus is changing.

Declaration
public event OnFieldChange<ChatStatus> OnChatStatusChange
Event Type
Type Description
OnFieldChange<ChatStatus>

OnDateFormatChange

Event raised when DateFormat is changing.

Declaration
public event OnFieldChange<short> OnDateFormatChange
Event Type
Type Description
OnFieldChange<Int16>

OnDateFormatLongStringChange

Event raised when DateFormatLongString is changing.

Declaration
public event OnFieldChange<string> OnDateFormatLongStringChange
Event Type
Type Description
OnFieldChange<String>

OnDateFormatStringChange

Event raised when DateFormatString is changing.

Declaration
public event OnFieldChange<string> OnDateFormatStringChange
Event Type
Type Description
OnFieldChange<String>

OnDbiAgentIdChange

Event raised when DbiAgentId is changing.

Declaration
public event OnFieldChange<int> OnDbiAgentIdChange
Event Type
Type Description
OnFieldChange<Int32>

OnDbiKeyChange

Event raised when DbiKey is changing.

Declaration
public event OnFieldChange<string> OnDbiKeyChange
Event Type
Type Description
OnFieldChange<String>

OnDbiLastModifiedChange

Event raised when DbiLastModified is changing.

Declaration
public event OnFieldChange<DateTime> OnDbiLastModifiedChange
Event Type
Type Description
OnFieldChange<DateTime>

OnDbiLastSyncronizedChange

Event raised when DbiLastSyncronized is changing.

Declaration
public event OnFieldChange<DateTime> OnDbiLastSyncronizedChange
Event Type
Type Description
OnFieldChange<DateTime>

OnDefaultCategoryChange

Event raised when DefaultCategory is changing.

Declaration
public event OnFieldChange<int> OnDefaultCategoryChange
Event Type
Type Description
OnFieldChange<Int32>

OnDefaultStatusAddMessageChange

Event raised when DefaultStatusAddMessage is changing.

Declaration
public event OnFieldChange<int> OnDefaultStatusAddMessageChange
Event Type
Type Description
OnFieldChange<Int32>

OnDefaultStatusNewTicketChange

Event raised when DefaultStatusNewTicket is changing.

Declaration
public event OnFieldChange<int> OnDefaultStatusNewTicketChange
Event Type
Type Description
OnFieldChange<Int32>

OnDefaultUserChange

Event raised when DefaultUser is changing.

Declaration
public event OnFieldChange<int> OnDefaultUserChange
Event Type
Type Description
OnFieldChange<Int32>

OnDictionaryChange

Event raised when Dictionary is changing.

Declaration
public event OnFieldChange<string> OnDictionaryChange
Event Type
Type Description
OnFieldChange<String>

OnEmailChange

Event raised when Email is changing.

Declaration
public event OnFieldChange<string> OnEmailChange
Event Type
Type Description
OnFieldChange<String>

OnEmailMaskChange

Event raised when EmailMask is changing.

Declaration
public event OnFieldChange<int> OnEmailMaskChange
Event Type
Type Description
OnFieldChange<Int32>

OnFirstnameChange

Event raised when Firstname is changing.

Declaration
public event OnFieldChange<string> OnFirstnameChange
Event Type
Type Description
OnFieldChange<String>

OnFlagsChange

Event raised when Flags is changing.

Declaration
public event OnFieldChange<int> OnFlagsChange
Event Type
Type Description
OnFieldChange<Int32>

OnHiddenBagBitsetChange

Event raised when HiddenBagBitset is changing.

Declaration
public event OnFieldChange<string> OnHiddenBagBitsetChange
Event Type
Type Description
OnFieldChange<String>

OnIdleTimeChange

Event raised when IdleTime is changing.

Declaration
public event OnFieldChange<int> OnIdleTimeChange
Event Type
Type Description
OnFieldChange<Int32>

OnLanguageChange

Event raised when Language is changing.

Declaration
public event OnFieldChange<string> OnLanguageChange
Event Type
Type Description
OnFieldChange<String>

OnLastCategoryChange

Event raised when LastCategory is changing.

Declaration
public event OnFieldChange<int> OnLastCategoryChange
Event Type
Type Description
OnFieldChange<Int32>

OnLastLoginAttemptChange

Event raised when LastLoginAttempt is changing.

Declaration
public event OnFieldChange<DateTime> OnLastLoginAttemptChange
Event Type
Type Description
OnFieldChange<DateTime>

OnLastnameChange

Event raised when Lastname is changing.

Declaration
public event OnFieldChange<string> OnLastnameChange
Event Type
Type Description
OnFieldChange<String>

OnLoginAttemptsChange

Event raised when LoginAttempts is changing.

Declaration
public event OnFieldChange<int> OnLoginAttemptsChange
Event Type
Type Description
OnFieldChange<Int32>

OnLoginnameChange

Event raised when Loginname is changing.

Declaration
public event OnFieldChange<string> OnLoginnameChange
Event Type
Type Description
OnFieldChange<String>

OnMiddlenameChange

Event raised when Middlename is changing.

Declaration
public event OnFieldChange<string> OnMiddlenameChange
Event Type
Type Description
OnFieldChange<String>

OnMinuteOffsetChange

Event raised when MinuteOffset is changing.

Declaration
public event OnFieldChange<int> OnMinuteOffsetChange
Event Type
Type Description
OnFieldChange<Int32>

OnNewGuiChange

Event raised when NewGui is changing.

Declaration
public event OnFieldChange<short> OnNewGuiChange
Event Type
Type Description
OnFieldChange<Int16>

OnNotifyExternalLockChange

Event raised when NotifyExternalLock is changing.

Declaration
public event OnFieldChange<DateTime> OnNotifyExternalLockChange
Event Type
Type Description
OnFieldChange<DateTime>

OnNotifyExternalSourceChange

Event raised when NotifyExternalSource is changing.

Declaration
public event OnFieldChange<string> OnNotifyExternalSourceChange
Event Type
Type Description
OnFieldChange<String>

OnNotifyMaskChange

Event raised when NotifyMask is changing.

Declaration
public event OnFieldChange<int> OnNotifyMaskChange
Event Type
Type Description
OnFieldChange<Int32>

OnNotPresentChange

Event raised when NotPresent is changing.

Declaration
public event OnFieldChange<string> OnNotPresentChange
Event Type
Type Description
OnFieldChange<String>

OnNumExpandedMessagesChange

Event raised when NumExpandedMessages is changing.

Declaration
public event OnFieldChange<int> OnNumExpandedMessagesChange
Event Type
Type Description
OnFieldChange<Int32>

OnPasswordChange

Event raised when Password is changing.

Declaration
public event OnFieldChange<string> OnPasswordChange
Event Type
Type Description
OnFieldChange<String>

OnPictureIdChange

Event raised when PictureId is changing.

Declaration
public event OnFieldChange<int> OnPictureIdChange
Event Type
Type Description
OnFieldChange<Int32>

OnProfileIdChange

Event raised when ProfileId is changing.

Declaration
public event OnFieldChange<int> OnProfileIdChange
Event Type
Type Description
OnFieldChange<Int32>

OnSignatureChange

Event raised when Signature is changing.

Declaration
public event OnFieldChange<string> OnSignatureChange
Event Type
Type Description
OnFieldChange<String>

OnSimultaneousLoginChange

Event raised when SimultaneousLogin is changing.

Declaration
public event OnFieldChange<short> OnSimultaneousLoginChange
Event Type
Type Description
OnFieldChange<Int16>

OnSmsChange

Event raised when Sms is changing.

Declaration
public event OnFieldChange<string> OnSmsChange
Event Type
Type Description
OnFieldChange<String>

OnSmsMaskChange

Event raised when SmsMask is changing.

Declaration
public event OnFieldChange<int> OnSmsMaskChange
Event Type
Type Description
OnFieldChange<Int32>

OnStatusChange

Event raised when Status is changing.

Declaration
public event OnFieldChange<short> OnStatusChange
Event Type
Type Description
OnFieldChange<Int16>

OnTextareasizeChange

Event raised when Textareasize is changing.

Declaration
public event OnFieldChange<string> OnTextareasizeChange
Event Type
Type Description
OnFieldChange<String>

OnTimeFormatStringChange

Event raised when TimeFormatString is changing.

Declaration
public event OnFieldChange<string> OnTimeFormatStringChange
Event Type
Type Description
OnFieldChange<String>

OnUsergroupChange

Event raised when Usergroup is changing.

Declaration
public event OnFieldChange<int> OnUsergroupChange
Event Type
Type Description
OnFieldChange<Int32>

OnUsernameChange

Event raised when Username is changing.

Declaration
public event OnFieldChange<string> OnUsernameChange
Event Type
Type Description
OnFieldChange<String>

Implements

INestedPersist
ISoDataLookup
ISentryIgnorable
ISoItem

Extension Methods

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