Class TargetRevisionRows.IdxAssignmentInfoId
Class representing index 'IDXTarget_revisionAssignment_'.
Inheritance
TargetRevisionRows.IdxAssignmentInfoId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TargetRevisionRows.IdxAssignmentInfoId : TargetRevisionRows.TargetRevisionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxAssignmentInfoId(int)
Constructor for class TargetRevisionRows.IdxAssignmentInfoId This class represents index 'IDXTarget_revisionAssignment_info_id'.
Declaration
public IdxAssignmentInfoId(int assignmentInfoId)
Parameters
Type | Name | Description |
---|---|---|
int | assignmentInfoId |
Properties
AssignmentInfoId
The assignment info id - but it may have been deleted
Declaration
public int AssignmentInfoId { 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 TargetRevisionRow 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 TargetRevisionRow. |