Class URLRows.IdxUrlAddress
Class representing index 'IDXURLUrl_address'.
Inheritance
IdxBase
IdxBase<URLTableInfo>
URLRow.URLRowIdxBase
URLRows.URLRowsIdx
URLRows.IdxUrlAddress
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxUrlAddress : URLRows.URLRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxUrlAddress(String)
Constructor for class URLRows.IdxUrlAddress This class represents index 'IDXURLUrl_address'.
Declaration
public IdxUrlAddress(string urlAddress)
Parameters
Type | Name | Description |
---|---|---|
String | urlAddress |
IdxUrlAddress(String, StringSearchType)
Constructor for class URLRows.IdxUrlAddress This class represents index 'IDXURLUrl_address'.
Declaration
public IdxUrlAddress(string urlAddress, StringSearchType urlAddressSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | urlAddress | |
StringSearchType | urlAddressSearchType | How to search for UrlAddress |
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
UrlAddress
URL address
Declaration
public string UrlAddress { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
UpdateRow(TableRowBase)
Update the URLRow 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 URLRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)