Class TicketAlertRows.IdxDelegateTo
Class representing index 'IDXTicket_alertDelegate_to'.
Inheritance
TicketAlertRows.IdxDelegateTo
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TicketAlertRows.IdxDelegateTo : TicketAlertRows.TicketAlertRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDelegateTo(int)
Constructor for class TicketAlertRows.IdxDelegateTo This class represents index 'IDXTicket_alertDelegate_to'.
Declaration
public IdxDelegateTo(int delegateTo)
Parameters
Type | Name | Description |
---|---|---|
int | delegateTo |
Properties
DelegateTo
If ticket should be redelegated on escalation, this field contains the id of the target user.
Declaration
public int DelegateTo { 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 TicketAlertRow 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 TicketAlertRow. |