Class DocumentRows.IdxExtref
Class representing index 'IDXDocExtref'.
Inheritance
IdxBase
IdxBase<DocumentTableInfo>
DocumentRow.DocumentRowIdxBase
DocumentRows.DocumentRowsIdx
DocumentRows.IdxExtref
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxExtref : DocumentRows.DocumentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxExtref(String)
Constructor for class DocumentRows.IdxExtref This class represents index 'IDXDocExtref'.
Declaration
public IdxExtref(string extref)
Parameters
Type | Name | Description |
---|---|---|
String | extref |
IdxExtref(String, StringSearchType)
Constructor for class DocumentRows.IdxExtref This class represents index 'IDXDocExtref'.
Declaration
public IdxExtref(string extref, StringSearchType extrefSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | extref | |
StringSearchType | extrefSearchType | How to search for Extref |
Properties
Extref
External reference (notes ID, email ID, URL, whatever) for use by document plugin in locating document content
Declaration
public string Extref { 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 DocumentRow 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 DocumentRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)