Class AddressRows.IdxState
Class representing index 'IDXAddrState'.
Inheritance
AddressRows.IdxState
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public sealed class AddressRows.IdxState : AddressRows.AddressRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxState(string)
Constructor for class AddressRows.IdxState This class represents index 'IDXAddrState'.
Declaration
public IdxState(string state)
Parameters
| Type | Name | Description |
|---|---|---|
| string | state |
IdxState(string, StringSearchType)
Constructor for class AddressRows.IdxState This class represents index 'IDXAddrState'.
Declaration
public IdxState(string state, StringSearchType stateSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | state | |
| StringSearchType | stateSearchType | How to search for State |
Properties
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
State
State
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the AddressRow 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 AddressRow. |