Class DiaryViewRowRows.IdxDiaryViewId
Class representing index 'IDXDiaryViewRowDiaryViewId'.
Inheritance
DiaryViewRowRows.IdxDiaryViewId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class DiaryViewRowRows.IdxDiaryViewId : DiaryViewRowRows.DiaryViewRowRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDiaryViewId(int)
Constructor for class DiaryViewRowRows.IdxDiaryViewId This class represents index 'IDXDiaryViewRowDiaryViewId'.
Declaration
public IdxDiaryViewId(int diaryViewId)
Parameters
Type | Name | Description |
---|---|---|
int | diaryViewId |
Properties
DiaryViewId
Owning view
Declaration
public int DiaryViewId { get; set; }
Property Value
Type | Description |
---|---|
int |
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 DiaryViewRowRow 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 DiaryViewRowRow. |