Class PasswordRulesRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the password_rules table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class PasswordRulesRecordData : Object
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
PasswordRulesRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the password_rules table.
Declaration
public PasswordRulesRecordData()
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
Flags
Bitmask for flags
Declaration
public int Flags
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MinCharacters
The minimum number of characters in the password in order to be valid.
Declaration
public int MinCharacters
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MinLowercase
The minimum number of lowercase characters in the password in order to be valid.
Declaration
public int MinLowercase
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MinNumbers
The minimum number of numbers in the password in order to be valid.
Declaration
public int MinNumbers
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MinSpecial
The minimum number of special characters in the password in order to be valid.
Declaration
public int MinSpecial
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MinUppercase
The minimum number of uppercase characters in the password in order to be valid.
Declaration
public int MinUppercase
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
PasswordRulesId
The primary key (auto-incremented)
Declaration
public int PasswordRulesId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full PasswordRulesRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding PasswordRulesTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.