Class PersonRows.IdxModifiedByWorkflowId
Class representing index 'IDXPersModified_by_workflow_i'.
Inheritance
PersonRows.IdxModifiedByWorkflowId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class PersonRows.IdxModifiedByWorkflowId : PersonRows.PersonRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxModifiedByWorkflowId(int)
Constructor for class PersonRows.IdxModifiedByWorkflowId This class represents index 'IDXPersModified_by_workflow_id'.
Declaration
public IdxModifiedByWorkflowId(int modifiedByWorkflowId)
Parameters
Type | Name | Description |
---|---|---|
int | modifiedByWorkflowId |
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
ModifiedByWorkflowId
The workflow this person last was modified by
Declaration
public int ModifiedByWorkflowId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the PersonRow 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 PersonRow. |