Class BinaryObjectRows.IdxConceptualType
Class representing index 'IDXBinaryObjectConceptualType'.
Inheritance
IdxBase
IdxBase<BinaryObjectTableInfo>
BinaryObjectRow.BinaryObjectRowIdxBase
BinaryObjectRows.BinaryObjectRowsIdx
BinaryObjectRows.IdxConceptualType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)