Class ExternalEventRows.IdxParentRecord
Class representing index 'IDXExternalEventParentRecord'.
Inheritance
ExternalEventRows.IdxParentRecord
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ExternalEventRows.IdxParentRecord : ExternalEventRows.ExternalEventRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxParentRecord(int)
Constructor for class ExternalEventRows.IdxParentRecord This class represents index 'IDXExternalEventParentRecord'.
Declaration
public IdxParentRecord(int parentRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| int | parentRecord |
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
ParentRecord
The thing, that has now become an Event
Declaration
public int ParentRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the ExternalEventRow 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 ExternalEventRow. |