Class DocumentRows.IdxSearchname
Class representing index 'IDXDocSname'.
Inheritance
IdxBase
IdxBase<DocumentTableInfo>
DocumentRow.DocumentRowIdxBase
DocumentRows.DocumentRowsIdx
DocumentRows.IdxSearchname
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSearchname : DocumentRows.DocumentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSearchname(String)
Constructor for class DocumentRows.IdxSearchname This class represents index 'IDXDocSname'.
Declaration
public IdxSearchname(string searchname)
Parameters
Type | Name | Description |
---|---|---|
String | searchname |
IdxSearchname(String, StringSearchType)
Constructor for class DocumentRows.IdxSearchname This class represents index 'IDXDocSname'.
Declaration
public IdxSearchname(string searchname, StringSearchType searchnameSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | searchname | |
StringSearchType | searchnameSearchType | How to search for Searchname |
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
Searchname
Searchable name (not used?)
Declaration
public string Searchname { 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)