Class AddressRows.IdxZipcode
Class representing index 'IDXAddrZip'.
Inheritance
IdxBase
IdxBase<AddressTableInfo>
AddressRow.AddressRowIdxBase
AddressRows.AddressRowsIdx
AddressRows.IdxZipcode
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)