Class DocumentRows.IdxSearchname
Class representing index 'IDXDocSname'.
Inheritance
DocumentRows.IdxSearchname
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentRows.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. |