Class DocumentRows.IdxOurRef
Class representing index 'IDXDocOur_ref'.
Inheritance
DocumentRows.IdxOurRef
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentRows.IdxOurRef : DocumentRows.DocumentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxOurRef(string)
Constructor for class DocumentRows.IdxOurRef This class represents index 'IDXDocOur_ref'.
Declaration
public IdxOurRef(string ourRef)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ourRef |
IdxOurRef(string, StringSearchType)
Constructor for class DocumentRows.IdxOurRef This class represents index 'IDXDocOur_ref'.
Declaration
public IdxOurRef(string ourRef, StringSearchType ourRefSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ourRef | |
| StringSearchType | ourRefSearchType | How to search for OurRef |
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
OurRef
Our reference, searchable field from freetext search
Declaration
public string OurRef { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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. |