OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSysMan.Data.SUserTable Class Reference

List of users. More...

Inheritance diagram for Ict.Petra.Shared.MSysMan.Data.SUserTable:
Ict.Common.Data.TTypedDataTable

Public Member Functions

 SUserTable ()
 constructor More...
 
 SUserTable (string ATablename)
 constructor More...
 
 SUserTable (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 constructor for serialization More...
 
override void InitVars ()
 assign columns to properties, set primary key More...
 
SUserRow NewRowTyped (bool AWithDefaultValues)
 create a new typed row More...
 
SUserRow NewRowTyped ()
 create a new typed row, always with default values More...
 
SUserTable GetChangesTyped ()
 get typed set of changes More...
 
override OdbcParameter CreateOdbcParameter (Int32 AColumnNr)
 get an odbc parameter for the given column More...
 
new DataTable GetChanges ()
 make sure that we use GetChangesType instead of GetChanges More...
 
virtual string GetCustomReportPermission ()
 string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class More...
 
virtual bool IsAvailableForCustomReport ()
 Is this table generally available in custom reports? More...
 
virtual List< String > GetCustomReportFieldList ()
 Return a list of fields that are available for custom reports More...
 
DataTable GetChangesTypedInternal ()
 our own version of GetChanges More...
 
void RemoveColumnsNotInTableTemplate (DataTable ATableTemplate)
 remove columns that are not needed More...
 

Static Public Member Functions

static string GetTableName ()
 return the CamelCase name of the table More...
 
static string GetTableDBName ()
 return the name of the table as it is used in the database More...
 
static string GetTableDBLabel ()
 static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More...
 
static string GetUserIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetUserIdLength ()
 get character length for column More...
 
static string GetUserIdHelp ()
 get the help text for the field in the database for this column More...
 
static string GetEmailAddressDBName ()
 get the name of the field in the database for this column More...
 
static short GetEmailAddressLength ()
 get character length for column More...
 
static string GetEmailAddressHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFirstNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetFirstNameLength ()
 get character length for column More...
 
static string GetFirstNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLastNameDBName ()
 get the name of the field in the database for this column More...
 
static short GetLastNameLength ()
 get character length for column More...
 
static string GetLastNameHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPasswordHashDBName ()
 get the name of the field in the database for this column More...
 
static short GetPasswordHashLength ()
 get character length for column More...
 
static string GetPasswordHashHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPasswordSaltDBName ()
 get the name of the field in the database for this column More...
 
static short GetPasswordSaltLength ()
 get character length for column More...
 
static string GetPasswordSaltHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPwdSchemeVersionDBName ()
 get the name of the field in the database for this column More...
 
static short GetPwdSchemeVersionLength ()
 get character length for column More...
 
static string GetPwdSchemeVersionHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPasswordNeedsChangeDBName ()
 get the name of the field in the database for this column More...
 
static short GetPasswordNeedsChangeLength ()
 get character length for column More...
 
static string GetPasswordNeedsChangeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFailedLoginsDBName ()
 get the name of the field in the database for this column More...
 
static short GetFailedLoginsLength ()
 get character length for column More...
 
static string GetFailedLoginsHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAccountLockedDBName ()
 get the name of the field in the database for this column More...
 
static short GetAccountLockedLength ()
 get character length for column More...
 
static string GetAccountLockedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRetiredDBName ()
 get the name of the field in the database for this column More...
 
static short GetRetiredLength ()
 get character length for column More...
 
static string GetRetiredHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLastLoginTimeDBName ()
 get the name of the field in the database for this column More...
 
static short GetLastLoginTimeLength ()
 get character length for column More...
 
static string GetLastLoginTimeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLastLoginDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetLastLoginDateLength ()
 get character length for column More...
 
static string GetLastLoginDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetLanguageCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetLanguageCodeLength ()
 get character length for column More...
 
static string GetLanguageCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCanModifyDBName ()
 get the name of the field in the database for this column More...
 
static short GetCanModifyLength ()
 get character length for column More...
 
static string GetCanModifyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetRecordDeleteDBName ()
 get the name of the field in the database for this column More...
 
static short GetRecordDeleteLength ()
 get character length for column More...
 
static string GetRecordDeleteHelp ()
 get the help text for the field in the database for this column More...
 
static string GetAcquisitionCodeDBName ()
 get the name of the field in the database for this column More...
 
static short GetAcquisitionCodeLength ()
 get character length for column More...
 
static string GetAcquisitionCodeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDefaultLedgerNumberDBName ()
 get the name of the field in the database for this column More...
 
static short GetDefaultLedgerNumberLength ()
 get character length for column More...
 
static string GetDefaultLedgerNumberHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFailedLoginTimeDBName ()
 get the name of the field in the database for this column More...
 
static short GetFailedLoginTimeLength ()
 get character length for column More...
 
static string GetFailedLoginTimeHelp ()
 get the help text for the field in the database for this column More...
 
static string GetFailedLoginDateDBName ()
 get the name of the field in the database for this column More...
 
static short GetFailedLoginDateLength ()
 get character length for column More...
 
static string GetFailedLoginDateHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPartnerKeyDBName ()
 get the name of the field in the database for this column More...
 
static short GetPartnerKeyLength ()
 get character length for column More...
 
static string GetPartnerKeyHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPasswordResetTokenDBName ()
 get the name of the field in the database for this column More...
 
static short GetPasswordResetTokenLength ()
 get character length for column More...
 
static string GetPasswordResetTokenHelp ()
 get the help text for the field in the database for this column More...
 
static string GetPasswordResetValidUntilDBName ()
 get the name of the field in the database for this column More...
 
static short GetPasswordResetValidUntilLength ()
 get character length for column More...
 
static string GetPasswordResetValidUntilHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateCreatedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateCreatedLength ()
 get character length for column More...
 
static string GetDateCreatedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetCreatedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetCreatedByLength ()
 get character length for column More...
 
static string GetCreatedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetDateModifiedDBName ()
 get the name of the field in the database for this column More...
 
static short GetDateModifiedLength ()
 get character length for column More...
 
static string GetDateModifiedHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModifiedByDBName ()
 get the name of the field in the database for this column More...
 
static short GetModifiedByLength ()
 get character length for column More...
 
static string GetModifiedByHelp ()
 get the help text for the field in the database for this column More...
 
static string GetModificationIdDBName ()
 get the name of the field in the database for this column More...
 
static short GetModificationIdLength ()
 get character length for column More...
 
static string GetModificationIdHelp ()
 get the help text for the field in the database for this column More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, TSearchCriteria ASearchCriteria)
 create an odbc parameter for the given column More...
 
static OdbcParameter CreateOdbcParameter (short ATableNumber, Int32 AColumnNr)
 create an odbc parameter for the given column More...
 
static void ResetStaticVariables ()
 reset the static variables for each Web Request call. More...
 
static string GetTableNameSQL (short ATableNumber)
 the table name as it is in the SQL database More...
 
static string GetTableName (short ATableNumber)
 the table name in CamelCase More...
 
static TTypedTableInfo GetTableByName (string ATableName)
 the table name in CamelCase More...
 
static string GetColumnNameSQL (short ATableNumber, short AColumnNr)
 the column name as it is in the SQL database More...
 
static string GetLabel (short ATableNumber, short AColumnNr)
 returns the translated label for the column More...
 
static Int32 GetLength (short ATableNumber, short AColumnNr)
 get the maximum length for the field More...
 
static Int32 GetLength (string ATableName, string AColumnName)
 get the maximum length for the field More...
 
static string[] GetKeyColumnStringList (short ATableNumber, int[] AKeyColumnsOrder)
 get the names of the columns that are part of the key More...
 
static string[] GetPrimaryKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the primary key More...
 
static string[] GetUniqueKeyColumnStringList (short ATableNumber)
 get the names of the columns that are part of the unique key More...
 
static int[] GetPrimaryKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of the primary key More...
 
static int[] GetUniqueKeyColumnOrdList (short ATableNumber)
 get the order number of the columns that are part of a unique key More...
 
static string[] GetColumnStringList (short ATableNumber)
 get the names of the columns in this table More...
 

Public Attributes

DataColumn ColumnUserId
 This identifies who the current user is. More...
 
DataColumn ColumnEmailAddress
 
DataColumn ColumnFirstName
 
DataColumn ColumnLastName
 
DataColumn ColumnPasswordHash
 Hash value of the user's Salted password. More...
 
DataColumn ColumnPasswordSalt
 The Salt value used for hashing the password (two identical passwords will not yield the same Hash value with different Salt values) More...
 
DataColumn ColumnPwdSchemeVersion
 Version Number of the password hashing scheme (source code gives details about what algorithm/parameters combination is used for each number). More...
 
DataColumn ColumnPasswordNeedsChange
 Forces change of password at next login. Set when the SYSADMIN changes a password for a user. Also, data migration from legacy system will set this. Further to this it can optionally be set if a new password hashing scheme got introduced and the user should be forced to change to it by means of an enforced password change. More...
 
DataColumn ColumnFailedLogins
 
DataColumn ColumnAccountLocked
 
DataColumn ColumnRetired
 
DataColumn ColumnLastLoginTime
 
DataColumn ColumnLastLoginDate
 The date the user last logged in. More...
 
DataColumn ColumnLanguageCode
 This is the code used to identify a language. More...
 
DataColumn ColumnCanModify
 This defines if the code can be modified. More...
 
DataColumn ColumnRecordDelete
 
DataColumn ColumnAcquisitionCode
 This code identifies the method of aquisition. More...
 
DataColumn ColumnDefaultLedgerNumber
 This is used as a key field in most of the accounting system files. More...
 
DataColumn ColumnFailedLoginTime
 The last time a user failed to log in. More...
 
DataColumn ColumnFailedLoginDate
 The last date a user failed to log in. More...
 
DataColumn ColumnPartnerKey
 If the user has a Partner record this is the key to it. More...
 
DataColumn ColumnPasswordResetToken
 If this token is set and it is still valid, then the user can reset his password using this token. More...
 
DataColumn ColumnPasswordResetValidUntil
 The date until the password reset token is valid. More...
 
DataColumn ColumnDateCreated
 The date the record was created. More...
 
DataColumn ColumnCreatedBy
 User ID of who created this record. More...
 
DataColumn ColumnDateModified
 The date the record was modified. More...
 
DataColumn ColumnModifiedBy
 User ID of who last modified this record. More...
 
DataColumn ColumnModificationId
 This identifies the current version of the record. More...
 
bool ThrowAwayAfterSubmitChanges = false
 if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges. More...
 
bool DontThrowAwayAfterSubmitChanges = false
 if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT More...
 

Static Public Attributes

static readonly short TableId = 7
 TableId for Ict.Common.Data generic functions. More...
 
static readonly short ColumnUserIdId = 0
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnEmailAddressId = 1
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFirstNameId = 2
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLastNameId = 3
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPasswordHashId = 4
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPasswordSaltId = 5
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPwdSchemeVersionId = 6
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPasswordNeedsChangeId = 7
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFailedLoginsId = 8
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAccountLockedId = 9
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRetiredId = 10
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLastLoginTimeId = 11
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLastLoginDateId = 12
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnLanguageCodeId = 13
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCanModifyId = 14
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnRecordDeleteId = 15
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnAcquisitionCodeId = 16
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDefaultLedgerNumberId = 17
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFailedLoginTimeId = 18
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnFailedLoginDateId = 19
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPartnerKeyId = 20
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPasswordResetTokenId = 21
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnPasswordResetValidUntilId = 22
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateCreatedId = 23
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnCreatedById = 24
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnDateModifiedId = 25
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModifiedById = 26
 used for generic TTypedDataTable functions More...
 
static readonly short ColumnModificationIdId = 27
 used for generic TTypedDataTable functions More...
 

Protected Member Functions

override void InitClass ()
 create the columns More...
 
override System.Data.DataRow NewRowFromBuilder (System.Data.DataRowBuilder builder)
 new typed row using DataRowBuilder More...
 

Static Protected Attributes

static SortedList< short, TTypedTableInfoTableInfo = new SortedList <short, TTypedTableInfo>()
 stores information about typed tables More...
 

Properties

SUserRow this[int i] [get]
 Access a typed row by index. More...
 
override string TableDBLabel [get]
 instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More...
 
int Count [get]
 the number of rows in the current table More...
 

Detailed Description

List of users.

Constructor & Destructor Documentation

◆ SUserTable() [1/3]

Ict.Petra.Shared.MSysMan.Data.SUserTable.SUserTable ( )
inline

constructor

◆ SUserTable() [2/3]

Ict.Petra.Shared.MSysMan.Data.SUserTable.SUserTable ( string  ATablename)
inline

constructor

◆ SUserTable() [3/3]

Ict.Petra.Shared.MSysMan.Data.SUserTable.SUserTable ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inline

constructor for serialization

Member Function Documentation

◆ CreateOdbcParameter() [1/3]

override OdbcParameter Ict.Petra.Shared.MSysMan.Data.SUserTable.CreateOdbcParameter ( Int32  AColumnNr)
inlinevirtual

get an odbc parameter for the given column

Implements Ict.Common.Data.TTypedDataTable.

◆ CreateOdbcParameter() [2/3]

static OdbcParameter Ict.Common.Data.TTypedDataTable.CreateOdbcParameter ( short  ATableNumber,
Int32  AColumnNr 
)
inlinestaticinherited

create an odbc parameter for the given column

◆ CreateOdbcParameter() [3/3]

static OdbcParameter Ict.Common.Data.TTypedDataTable.CreateOdbcParameter ( short  ATableNumber,
TSearchCriteria  ASearchCriteria 
)
inlinestaticinherited

create an odbc parameter for the given column

◆ GetAccountLockedDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetAccountLockedDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetAccountLockedHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetAccountLockedHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetAccountLockedLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetAccountLockedLength ( )
inlinestatic

get character length for column

◆ GetAcquisitionCodeDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetAcquisitionCodeDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetAcquisitionCodeHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetAcquisitionCodeHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetAcquisitionCodeLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetAcquisitionCodeLength ( )
inlinestatic

get character length for column

◆ GetCanModifyDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetCanModifyDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetCanModifyHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetCanModifyHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetCanModifyLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetCanModifyLength ( )
inlinestatic

get character length for column

◆ GetChanges()

new DataTable Ict.Common.Data.TTypedDataTable.GetChanges ( )
inlineinherited

make sure that we use GetChangesType instead of GetChanges

Returns
throws an exception

◆ GetChangesTyped()

SUserTable Ict.Petra.Shared.MSysMan.Data.SUserTable.GetChangesTyped ( )
inline

get typed set of changes

◆ GetChangesTypedInternal()

DataTable Ict.Common.Data.TTypedDataTable.GetChangesTypedInternal ( )
inlineinherited

our own version of GetChanges

Returns
returns a typed table with the changes

◆ GetColumnNameSQL()

static string Ict.Common.Data.TTypedDataTable.GetColumnNameSQL ( short  ATableNumber,
short  AColumnNr 
)
inlinestaticinherited

the column name as it is in the SQL database

◆ GetColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetColumnStringList ( short  ATableNumber)
inlinestaticinherited

get the names of the columns in this table

◆ GetCreatedByDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetCreatedByDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetCreatedByHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetCreatedByHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetCreatedByLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetCreatedByLength ( )
inlinestatic

get character length for column

◆ GetCustomReportFieldList()

virtual List< String > Ict.Common.Data.TTypedDataTable.GetCustomReportFieldList ( )
inlinevirtualinherited

Return a list of fields that are available for custom reports

◆ GetCustomReportPermission()

virtual string Ict.Common.Data.TTypedDataTable.GetCustomReportPermission ( )
inlinevirtualinherited

string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class

◆ GetDateCreatedDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDateCreatedDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetDateCreatedHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDateCreatedHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetDateCreatedLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDateCreatedLength ( )
inlinestatic

get character length for column

◆ GetDateModifiedDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDateModifiedDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetDateModifiedHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDateModifiedHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetDateModifiedLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDateModifiedLength ( )
inlinestatic

get character length for column

◆ GetDefaultLedgerNumberDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDefaultLedgerNumberDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetDefaultLedgerNumberHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDefaultLedgerNumberHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetDefaultLedgerNumberLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetDefaultLedgerNumberLength ( )
inlinestatic

get character length for column

◆ GetEmailAddressDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetEmailAddressDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetEmailAddressHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetEmailAddressHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetEmailAddressLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetEmailAddressLength ( )
inlinestatic

get character length for column

◆ GetFailedLoginDateDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginDateDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetFailedLoginDateHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginDateHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetFailedLoginDateLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginDateLength ( )
inlinestatic

get character length for column

◆ GetFailedLoginsDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginsDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetFailedLoginsHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginsHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetFailedLoginsLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginsLength ( )
inlinestatic

get character length for column

◆ GetFailedLoginTimeDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginTimeDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetFailedLoginTimeHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginTimeHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetFailedLoginTimeLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFailedLoginTimeLength ( )
inlinestatic

get character length for column

◆ GetFirstNameDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFirstNameDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetFirstNameHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFirstNameHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetFirstNameLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetFirstNameLength ( )
inlinestatic

get character length for column

◆ GetKeyColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetKeyColumnStringList ( short  ATableNumber,
int[]  AKeyColumnsOrder 
)
inlinestaticinherited

get the names of the columns that are part of the key

◆ GetLabel()

static string Ict.Common.Data.TTypedDataTable.GetLabel ( short  ATableNumber,
short  AColumnNr 
)
inlinestaticinherited

returns the translated label for the column

◆ GetLanguageCodeDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLanguageCodeDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetLanguageCodeHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLanguageCodeHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetLanguageCodeLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLanguageCodeLength ( )
inlinestatic

get character length for column

◆ GetLastLoginDateDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastLoginDateDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetLastLoginDateHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastLoginDateHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetLastLoginDateLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastLoginDateLength ( )
inlinestatic

get character length for column

◆ GetLastLoginTimeDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastLoginTimeDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetLastLoginTimeHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastLoginTimeHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetLastLoginTimeLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastLoginTimeLength ( )
inlinestatic

get character length for column

◆ GetLastNameDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastNameDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetLastNameHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastNameHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetLastNameLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetLastNameLength ( )
inlinestatic

get character length for column

◆ GetLength() [1/2]

static Int32 Ict.Common.Data.TTypedDataTable.GetLength ( short  ATableNumber,
short  AColumnNr 
)
inlinestaticinherited

get the maximum length for the field

◆ GetLength() [2/2]

static Int32 Ict.Common.Data.TTypedDataTable.GetLength ( string  ATableName,
string  AColumnName 
)
inlinestaticinherited

get the maximum length for the field

◆ GetModificationIdDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetModificationIdDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetModificationIdHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetModificationIdHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetModificationIdLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetModificationIdLength ( )
inlinestatic

get character length for column

◆ GetModifiedByDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetModifiedByDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetModifiedByHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetModifiedByHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetModifiedByLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetModifiedByLength ( )
inlinestatic

get character length for column

◆ GetPartnerKeyDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPartnerKeyDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetPartnerKeyHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPartnerKeyHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetPartnerKeyLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPartnerKeyLength ( )
inlinestatic

get character length for column

◆ GetPasswordHashDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordHashDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetPasswordHashHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordHashHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetPasswordHashLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordHashLength ( )
inlinestatic

get character length for column

◆ GetPasswordNeedsChangeDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordNeedsChangeDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetPasswordNeedsChangeHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordNeedsChangeHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetPasswordNeedsChangeLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordNeedsChangeLength ( )
inlinestatic

get character length for column

◆ GetPasswordResetTokenDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordResetTokenDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetPasswordResetTokenHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordResetTokenHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetPasswordResetTokenLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordResetTokenLength ( )
inlinestatic

get character length for column

◆ GetPasswordResetValidUntilDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordResetValidUntilDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetPasswordResetValidUntilHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordResetValidUntilHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetPasswordResetValidUntilLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordResetValidUntilLength ( )
inlinestatic

get character length for column

◆ GetPasswordSaltDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordSaltDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetPasswordSaltHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordSaltHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetPasswordSaltLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPasswordSaltLength ( )
inlinestatic

get character length for column

◆ GetPrimaryKeyColumnOrdList()

static int[] Ict.Common.Data.TTypedDataTable.GetPrimaryKeyColumnOrdList ( short  ATableNumber)
inlinestaticinherited

get the order number of the columns that are part of the primary key

◆ GetPrimaryKeyColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetPrimaryKeyColumnStringList ( short  ATableNumber)
inlinestaticinherited

get the names of the columns that are part of the primary key

◆ GetPwdSchemeVersionDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPwdSchemeVersionDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetPwdSchemeVersionHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPwdSchemeVersionHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetPwdSchemeVersionLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetPwdSchemeVersionLength ( )
inlinestatic

get character length for column

◆ GetRecordDeleteDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetRecordDeleteDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetRecordDeleteHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetRecordDeleteHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetRecordDeleteLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetRecordDeleteLength ( )
inlinestatic

get character length for column

◆ GetRetiredDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetRetiredDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetRetiredHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetRetiredHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetRetiredLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetRetiredLength ( )
inlinestatic

get character length for column

◆ GetTableByName()

static TTypedTableInfo Ict.Common.Data.TTypedDataTable.GetTableByName ( string  ATableName)
inlinestaticinherited

the table name in CamelCase

◆ GetTableDBLabel()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetTableDBLabel ( )
inlinestatic

static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)

◆ GetTableDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetTableDBName ( )
inlinestatic

return the name of the table as it is used in the database

◆ GetTableName() [1/2]

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetTableName ( )
inlinestatic

return the CamelCase name of the table

◆ GetTableName() [2/2]

static string Ict.Common.Data.TTypedDataTable.GetTableName ( short  ATableNumber)
inlinestaticinherited

the table name in CamelCase

◆ GetTableNameSQL()

static string Ict.Common.Data.TTypedDataTable.GetTableNameSQL ( short  ATableNumber)
inlinestaticinherited

the table name as it is in the SQL database

◆ GetUniqueKeyColumnOrdList()

static int[] Ict.Common.Data.TTypedDataTable.GetUniqueKeyColumnOrdList ( short  ATableNumber)
inlinestaticinherited

get the order number of the columns that are part of a unique key

◆ GetUniqueKeyColumnStringList()

static string[] Ict.Common.Data.TTypedDataTable.GetUniqueKeyColumnStringList ( short  ATableNumber)
inlinestaticinherited

get the names of the columns that are part of the unique key

◆ GetUserIdDBName()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetUserIdDBName ( )
inlinestatic

get the name of the field in the database for this column

◆ GetUserIdHelp()

static string Ict.Petra.Shared.MSysMan.Data.SUserTable.GetUserIdHelp ( )
inlinestatic

get the help text for the field in the database for this column

◆ GetUserIdLength()

static short Ict.Petra.Shared.MSysMan.Data.SUserTable.GetUserIdLength ( )
inlinestatic

get character length for column

◆ InitClass()

override void Ict.Petra.Shared.MSysMan.Data.SUserTable.InitClass ( )
inlineprotectedvirtual

create the columns

Implements Ict.Common.Data.TTypedDataTable.

◆ InitVars()

override void Ict.Petra.Shared.MSysMan.Data.SUserTable.InitVars ( )
inlinevirtual

assign columns to properties, set primary key

Implements Ict.Common.Data.TTypedDataTable.

◆ IsAvailableForCustomReport()

virtual bool Ict.Common.Data.TTypedDataTable.IsAvailableForCustomReport ( )
inlinevirtualinherited

Is this table generally available in custom reports?

◆ NewRowFromBuilder()

override System.Data.DataRow Ict.Petra.Shared.MSysMan.Data.SUserTable.NewRowFromBuilder ( System.Data.DataRowBuilder  builder)
inlineprotected

new typed row using DataRowBuilder

◆ NewRowTyped() [1/2]

SUserRow Ict.Petra.Shared.MSysMan.Data.SUserTable.NewRowTyped ( )
inline

create a new typed row, always with default values

◆ NewRowTyped() [2/2]

SUserRow Ict.Petra.Shared.MSysMan.Data.SUserTable.NewRowTyped ( bool  AWithDefaultValues)
inline

create a new typed row

◆ RemoveColumnsNotInTableTemplate()

void Ict.Common.Data.TTypedDataTable.RemoveColumnsNotInTableTemplate ( DataTable  ATableTemplate)
inlineinherited

remove columns that are not needed

Parameters
ATableTemplatethis table only contains the columns that should be kept

◆ ResetStaticVariables()

static void Ict.Common.Data.TTypedDataTable.ResetStaticVariables ( )
inlinestaticinherited

reset the static variables for each Web Request call.

Member Data Documentation

◆ ColumnAccountLocked

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnAccountLocked

◆ ColumnAccountLockedId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnAccountLockedId = 9
static

used for generic TTypedDataTable functions

◆ ColumnAcquisitionCode

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnAcquisitionCode

This code identifies the method of aquisition.

◆ ColumnAcquisitionCodeId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnAcquisitionCodeId = 16
static

used for generic TTypedDataTable functions

◆ ColumnCanModify

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnCanModify

This defines if the code can be modified.

◆ ColumnCanModifyId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnCanModifyId = 14
static

used for generic TTypedDataTable functions

◆ ColumnCreatedBy

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnCreatedBy

User ID of who created this record.

◆ ColumnCreatedById

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnCreatedById = 24
static

used for generic TTypedDataTable functions

◆ ColumnDateCreated

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDateCreated

The date the record was created.

◆ ColumnDateCreatedId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDateCreatedId = 23
static

used for generic TTypedDataTable functions

◆ ColumnDateModified

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDateModified

The date the record was modified.

◆ ColumnDateModifiedId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDateModifiedId = 25
static

used for generic TTypedDataTable functions

◆ ColumnDefaultLedgerNumber

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDefaultLedgerNumber

This is used as a key field in most of the accounting system files.

◆ ColumnDefaultLedgerNumberId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDefaultLedgerNumberId = 17
static

used for generic TTypedDataTable functions

◆ ColumnEmailAddress

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnEmailAddress

◆ ColumnEmailAddressId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnEmailAddressId = 1
static

used for generic TTypedDataTable functions

◆ ColumnFailedLoginDate

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLoginDate

The last date a user failed to log in.

◆ ColumnFailedLoginDateId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLoginDateId = 19
static

used for generic TTypedDataTable functions

◆ ColumnFailedLogins

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLogins

◆ ColumnFailedLoginsId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLoginsId = 8
static

used for generic TTypedDataTable functions

◆ ColumnFailedLoginTime

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLoginTime

The last time a user failed to log in.

◆ ColumnFailedLoginTimeId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLoginTimeId = 18
static

used for generic TTypedDataTable functions

◆ ColumnFirstName

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFirstName

◆ ColumnFirstNameId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFirstNameId = 2
static

used for generic TTypedDataTable functions

◆ ColumnLanguageCode

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLanguageCode

This is the code used to identify a language.

◆ ColumnLanguageCodeId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLanguageCodeId = 13
static

used for generic TTypedDataTable functions

◆ ColumnLastLoginDate

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastLoginDate

The date the user last logged in.

◆ ColumnLastLoginDateId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastLoginDateId = 12
static

used for generic TTypedDataTable functions

◆ ColumnLastLoginTime

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastLoginTime

◆ ColumnLastLoginTimeId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastLoginTimeId = 11
static

used for generic TTypedDataTable functions

◆ ColumnLastName

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastName

◆ ColumnLastNameId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastNameId = 3
static

used for generic TTypedDataTable functions

◆ ColumnModificationId

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnModificationId

This identifies the current version of the record.

◆ ColumnModificationIdId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnModificationIdId = 27
static

used for generic TTypedDataTable functions

◆ ColumnModifiedBy

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnModifiedBy

User ID of who last modified this record.

◆ ColumnModifiedById

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnModifiedById = 26
static

used for generic TTypedDataTable functions

◆ ColumnPartnerKey

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPartnerKey

If the user has a Partner record this is the key to it.

◆ ColumnPartnerKeyId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPartnerKeyId = 20
static

used for generic TTypedDataTable functions

◆ ColumnPasswordHash

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordHash

Hash value of the user's Salted password.

◆ ColumnPasswordHashId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordHashId = 4
static

used for generic TTypedDataTable functions

◆ ColumnPasswordNeedsChange

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordNeedsChange

Forces change of password at next login. Set when the SYSADMIN changes a password for a user. Also, data migration from legacy system will set this. Further to this it can optionally be set if a new password hashing scheme got introduced and the user should be forced to change to it by means of an enforced password change.

◆ ColumnPasswordNeedsChangeId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordNeedsChangeId = 7
static

used for generic TTypedDataTable functions

◆ ColumnPasswordResetToken

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordResetToken

If this token is set and it is still valid, then the user can reset his password using this token.

◆ ColumnPasswordResetTokenId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordResetTokenId = 21
static

used for generic TTypedDataTable functions

◆ ColumnPasswordResetValidUntil

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordResetValidUntil

The date until the password reset token is valid.

◆ ColumnPasswordResetValidUntilId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordResetValidUntilId = 22
static

used for generic TTypedDataTable functions

◆ ColumnPasswordSalt

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordSalt

The Salt value used for hashing the password (two identical passwords will not yield the same Hash value with different Salt values)

◆ ColumnPasswordSaltId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordSaltId = 5
static

used for generic TTypedDataTable functions

◆ ColumnPwdSchemeVersion

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPwdSchemeVersion

Version Number of the password hashing scheme (source code gives details about what algorithm/parameters combination is used for each number).

◆ ColumnPwdSchemeVersionId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPwdSchemeVersionId = 6
static

used for generic TTypedDataTable functions

◆ ColumnRecordDelete

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnRecordDelete

◆ ColumnRecordDeleteId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnRecordDeleteId = 15
static

used for generic TTypedDataTable functions

◆ ColumnRetired

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnRetired

◆ ColumnRetiredId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnRetiredId = 10
static

used for generic TTypedDataTable functions

◆ ColumnUserId

DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnUserId

This identifies who the current user is.

◆ ColumnUserIdId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnUserIdId = 0
static

used for generic TTypedDataTable functions

◆ DontThrowAwayAfterSubmitChanges

bool Ict.Common.Data.TTypedDataTable.DontThrowAwayAfterSubmitChanges = false
inherited

if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT

◆ TableId

readonly short Ict.Petra.Shared.MSysMan.Data.SUserTable.TableId = 7
static

TableId for Ict.Common.Data generic functions.

◆ TableInfo

SortedList<short, TTypedTableInfo> Ict.Common.Data.TTypedDataTable.TableInfo = new SortedList <short, TTypedTableInfo>()
staticprotectedinherited

stores information about typed tables

◆ ThrowAwayAfterSubmitChanges

bool Ict.Common.Data.TTypedDataTable.ThrowAwayAfterSubmitChanges = false
inherited

if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges.

Property Documentation

◆ Count

int Ict.Common.Data.TTypedDataTable.Count
getinherited

the number of rows in the current table

◆ TableDBLabel

override string Ict.Petra.Shared.MSysMan.Data.SUserTable.TableDBLabel
get

instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)

◆ this[int i]

SUserRow Ict.Petra.Shared.MSysMan.Data.SUserTable.this[int i]
get

Access a typed row by index.


The documentation for this class was generated from the following file: