Class ExternalEventRows.IdxParentRecord
Class representing index 'IDXExternalEventParentRecord'.
Inheritance
ExternalEventRows.IdxParentRecord
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxParentRecord : ExternalEventRows.ExternalEventRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxParentRecord(Int32)
Constructor for class ExternalEventRows.IdxParentRecord This class represents index 'IDXExternalEventParentRecord'.
Declaration
public IdxParentRecord(int parentRecord)
Parameters
Type | Name | Description |
---|---|---|
Int32 | 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 |
---|---|
Int32 |
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. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)