Class BinaryObjectRows.IdxExtraInfo
Class representing index 'IDXBinaryObjectExtraInfo'.
Inheritance
BinaryObjectRows.IdxExtraInfo
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class BinaryObjectRows.IdxExtraInfo : BinaryObjectRows.BinaryObjectRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxExtraInfo(string)
Constructor for class BinaryObjectRows.IdxExtraInfo This class represents index 'IDXBinaryObjectExtraInfo'.
Declaration
public IdxExtraInfo(string extraInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | extraInfo |
IdxExtraInfo(string, StringSearchType)
Constructor for class BinaryObjectRows.IdxExtraInfo This class represents index 'IDXBinaryObjectExtraInfo'.
Declaration
public IdxExtraInfo(string extraInfo, StringSearchType extraInfoSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | extraInfo | |
| StringSearchType | extraInfoSearchType | How to search for ExtraInfo |
Properties
ExtraInfo
Extra information, spare field, can be used for anything that makes sense. Should not refer to any particular context, that is something for the BinaryObjectLInk
Declaration
public string ExtraInfo { 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 BinaryObjectRow 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 BinaryObjectRow. |