Class CredentialsRows.IdxCredentialType
Class representing index 'ICredentialTypePersonId'. 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.IdxCredentialType : CredentialsRows.CredentialsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxCredentialType(string)
Constructor for class CredentialsRows.IdxCredentialType This class represents index 'ICredentialTypePersonId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxCredentialType(string credentialType)
Parameters
Type | Name | Description |
---|---|---|
string | credentialType |
IdxCredentialType(string, StringSearchType)
Constructor for class CredentialsRows.IdxCredentialType This class represents index 'ICredentialTypePersonId'.
Declaration
public IdxCredentialType(string credentialType, StringSearchType credentialTypeSearchType)
Parameters
Type | Name | Description |
---|---|---|
string | credentialType | |
StringSearchType | credentialTypeSearchType | How to search for CredentialType |
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
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. |