Class PhoneFormatRows.IdxPrefix
Class representing index 'IPrefixCountryId'. 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 IdxPrefix : PhoneFormatRows.PhoneFormatRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxPrefix(String)
Constructor for class PhoneFormatRows.IdxPrefix This class represents index 'IPrefixCountryId'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxPrefix(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix |
IdxPrefix(String, StringSearchType)
Constructor for class PhoneFormatRows.IdxPrefix This class represents index 'IPrefixCountryId'.
Declaration
public IdxPrefix(string prefix, StringSearchType prefixSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | |
StringSearchType | prefixSearchType | How to search for Prefix |
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
Prefix
Prefix that triggers this format
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
UpdateRow(TableRowBase)
Update the PhoneFormatRow 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 PhoneFormatRow. |