Class DocFolderRow.IdxDocFolderId
Class representing index 'IDXDoc_folderId'.
Inheritance
DocFolderRow.IdxDocFolderId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class DocFolderRow.IdxDocFolderId : DocFolderRow.DocFolderRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxDocFolderId(int)
Constructor for class DocFolder.IdxDocFolderId This class represents index 'IDXDoc_folderId'.
Declaration
public IdxDocFolderId(int docFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | docFolderId |
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
Methods
UpdateRow(TableRowBase)
Update the DocFolderRow 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 DocFolderRow. |