Class AddressRows.IdxZipcode
Class representing index 'IDXAddrZip'.
Inheritance
AddressRows.IdxZipcode
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AddressRows.IdxZipcode : AddressRows.AddressRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxZipcode(string)
Constructor for class AddressRows.IdxZipcode This class represents index 'IDXAddrZip'.
Declaration
public IdxZipcode(string zipcode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | zipcode |
IdxZipcode(string, StringSearchType)
Constructor for class AddressRows.IdxZipcode This class represents index 'IDXAddrZip'.
Declaration
public IdxZipcode(string zipcode, StringSearchType zipcodeSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | zipcode | |
| StringSearchType | zipcodeSearchType | How to search for Zipcode |
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
Zipcode
Zip code, alphanumeric
Declaration
public string Zipcode { 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. |