Class CredentialsRows.IdxCredentialTypeIsActive
Class representing index 'ICredentialTypeIsActiveIdVali'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class CredentialsRows.IdxCredentialTypeIsActive : CredentialsRows.CredentialsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxCredentialTypeIsActive(string, CredentialUsage)
Constructor for class CredentialsRows.IdxCredentialTypeIsActive This class represents index 'ICredentialTypeIsActiveIdValidFromValidTo'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxCredentialTypeIsActive(string credentialType, CredentialUsage isActive)
Parameters
| Type | Name | Description |
|---|---|---|
| string | credentialType | |
| CredentialUsage | isActive |
IdxCredentialTypeIsActive(string, StringSearchType, CredentialUsage)
Constructor for class CredentialsRows.IdxCredentialTypeIsActive This class represents index 'ICredentialTypeIsActiveIdValidFromValidTo'.
Declaration
public IdxCredentialTypeIsActive(string credentialType, StringSearchType credentialTypeSearchType, CredentialUsage isActive)
Parameters
| Type | Name | Description |
|---|---|---|
| string | credentialType | |
| StringSearchType | credentialTypeSearchType | How to search for CredentialType |
| CredentialUsage | isActive |
Properties
CredentialType
What type of credentials is this
Declaration
public string CredentialType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
| Type | Description |
|---|---|
| Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
IsActive
What kind of usage are these credentials for; see enum CredentialUsage for details
Declaration
public CredentialUsage IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| CredentialUsage |
Methods
UpdateRow(TableRowBase)
Update the CredentialsRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
| Type | Name | Description |
|---|---|---|
| TableRowBase | baseRow | The row to update. This must be an instance of CredentialsRow. |