Class MessageRows.IdxSourceHandler
Class representing index 'IDXMessageSourceHandler'.
Inheritance
IdxBase
MessageRows.IdxSourceHandler
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class MessageRows.IdxSourceHandler : MessageRows.MessageRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSourceHandler(int)
Constructor for class MessageRows.IdxSourceHandler This class represents index 'IDXMessageSourceHandler'.
Declaration
public IdxSourceHandler(int sourceHandler)
Parameters
Type | Name | Description |
---|---|---|
int | sourceHandler |
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
SourceHandler
Originating message handler
Declaration
public int SourceHandler { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the MessageRow 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 MessageRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)