OpenPetra
Free Administration Software for Non-Profits
|
List of users. More...
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, TTypedTableInfo > | TableInfo = 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... | |
List of users.
|
inline |
constructor
|
inline |
constructor
|
inline |
constructor for serialization
|
inlinevirtual |
get an odbc parameter for the given column
Implements Ict.Common.Data.TTypedDataTable.
|
inlinestaticinherited |
create an odbc parameter for the given column
|
inlinestaticinherited |
create an odbc parameter for the given column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlineinherited |
make sure that we use GetChangesType instead of GetChanges
|
inline |
get typed set of changes
|
inlineinherited |
our own version of GetChanges
|
inlinestaticinherited |
the column name as it is in the SQL database
|
inlinestaticinherited |
get the names of the columns in this table
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinevirtualinherited |
Return a list of fields that are available for custom reports
|
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
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestaticinherited |
get the names of the columns that are part of the key
|
inlinestaticinherited |
returns the translated label for the column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestaticinherited |
get the maximum length for the field
|
inlinestaticinherited |
get the maximum length for the field
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestaticinherited |
get the order number of the columns that are part of the primary key
|
inlinestaticinherited |
get the names of the columns that are part of the primary key
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestaticinherited |
the table name in CamelCase
|
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)
|
inlinestatic |
return the name of the table as it is used in the database
|
inlinestatic |
return the CamelCase name of the table
|
inlinestaticinherited |
the table name in CamelCase
|
inlinestaticinherited |
the table name as it is in the SQL database
|
inlinestaticinherited |
get the order number of the columns that are part of a unique key
|
inlinestaticinherited |
get the names of the columns that are part of the unique key
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlineprotectedvirtual |
create the columns
Implements Ict.Common.Data.TTypedDataTable.
|
inlinevirtual |
assign columns to properties, set primary key
Implements Ict.Common.Data.TTypedDataTable.
|
inlinevirtualinherited |
Is this table generally available in custom reports?
|
inlineprotected |
new typed row using DataRowBuilder
|
inline |
create a new typed row, always with default values
|
inline |
create a new typed row
|
inlineinherited |
remove columns that are not needed
ATableTemplate | this table only contains the columns that should be kept |
|
inlinestaticinherited |
reset the static variables for each Web Request call.
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnAccountLocked |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnAcquisitionCode |
This code identifies the method of aquisition.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnCanModify |
This defines if the code can be modified.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnCreatedBy |
User ID of who created this record.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDateCreated |
The date the record was created.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDateModified |
The date the record was modified.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnDefaultLedgerNumber |
This is used as a key field in most of the accounting system files.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnEmailAddress |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLoginDate |
The last date a user failed to log in.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLogins |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFailedLoginTime |
The last time a user failed to log in.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnFirstName |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLanguageCode |
This is the code used to identify a language.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastLoginDate |
The date the user last logged in.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastLoginTime |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnLastName |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnModificationId |
This identifies the current version of the record.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnModifiedBy |
User ID of who last modified this record.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPartnerKey |
If the user has a Partner record this is the key to it.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordHash |
Hash value of the user's Salted password.
|
static |
used for generic TTypedDataTable functions
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.
|
static |
used for generic TTypedDataTable functions
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.
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnPasswordResetValidUntil |
The date until the password reset token is valid.
|
static |
used for generic TTypedDataTable functions
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)
|
static |
used for generic TTypedDataTable functions
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).
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnRecordDelete |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnRetired |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MSysMan.Data.SUserTable.ColumnUserId |
This identifies who the current user is.
|
static |
used for generic TTypedDataTable functions
|
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
|
static |
TableId for Ict.Common.Data generic functions.
|
staticprotectedinherited |
stores information about typed tables
|
inherited |
if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges.
|
getinherited |
the number of rows in the current table
|
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)
|
get |
Access a typed row by index.