Class ZipToCityRows.IdxCity
Class representing index 'IDXZipCity'.
Inheritance
ZipToCityRows.IdxCity
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ZipToCityRows.IdxCity : ZipToCityRows.ZipToCityRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxCity(string)
Constructor for class ZipToCityRows.IdxCity This class represents index 'IDXZipCity'.
Declaration
public IdxCity(string city)
Parameters
Type | Name | Description |
---|---|---|
string | city |
IdxCity(string, StringSearchType)
Constructor for class ZipToCityRows.IdxCity This class represents index 'IDXZipCity'.
Declaration
public IdxCity(string city, StringSearchType citySearchType)
Parameters
Type | Name | Description |
---|---|---|
string | city | |
StringSearchType | citySearchType | How to search for City |
Properties
City
City field
Declaration
public string City { 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 ZipToCityRow 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 ZipToCityRow. |