Class DocumentRows.IdxHeader
Class representing index 'IDXDocHeader'.
Inheritance
IdxBase
IdxBase<DocumentTableInfo>
DocumentRow.DocumentRowIdxBase
DocumentRows.DocumentRowsIdx
DocumentRows.IdxHeader
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxHeader : DocumentRows.DocumentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxHeader(String)
Constructor for class DocumentRows.IdxHeader This class represents index 'IDXDocHeader'.
Declaration
public IdxHeader(string header)
Parameters
Type | Name | Description |
---|---|---|
String | header |
IdxHeader(String, StringSearchType)
Constructor for class DocumentRows.IdxHeader This class represents index 'IDXDocHeader'.
Declaration
public IdxHeader(string header, StringSearchType headerSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | header | |
StringSearchType | headerSearchType | How to search for Header |
Properties
Header
Visible document name
Declaration
public string Header { 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)