Class BinaryObjectRows.IdxConceptualType
Class representing index 'IDXBinaryObjectConceptualType'.
Inheritance
BinaryObjectRows.IdxConceptualType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class BinaryObjectRows.IdxConceptualType : BinaryObjectRows.BinaryObjectRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxConceptualType(string)
Constructor for class BinaryObjectRows.IdxConceptualType This class represents index 'IDXBinaryObjectConceptualType'.
Declaration
public IdxConceptualType(string conceptualType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | conceptualType |
IdxConceptualType(string, StringSearchType)
Constructor for class BinaryObjectRows.IdxConceptualType This class represents index 'IDXBinaryObjectConceptualType'.
Declaration
public IdxConceptualType(string conceptualType, StringSearchType conceptualTypeSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | conceptualType | |
| StringSearchType | conceptualTypeSearchType | How to search for ConceptualType |
Properties
ConceptualType
The type, for instance PHOTO, PERSONPHOTO, or whatever, that is descriptive of what kind of image or data this is
Declaration
public string ConceptualType { 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. |