Class DocumentRows.IdxExtref
Class representing index 'IDXDocExtref'.
Inheritance
DocumentRows.IdxExtref
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentRows.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. |