Class DataRightRow.IdxRoleIdTableIdFieldIdRelationToOwner
Class representing index 'IRoleIdTableIdFieldIdRelation'.
Inheritance
DataRightRow.IdxRoleIdTableIdFieldIdRelationToOwner
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class DataRightRow.IdxRoleIdTableIdFieldIdRelationToOwner : DataRightRow.DataRightRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxRoleIdTableIdFieldIdRelationToOwner(int, short, int, short)
Constructor for class DataRight.IdxRoleIdTableIdFieldIdRelationToOwner This class represents index 'IRoleIdTableIdFieldIdRelationToOwner'.
Declaration
public IdxRoleIdTableIdFieldIdRelationToOwner(int roleId, short tableId, int fieldId, short relationToOwner)
Parameters
| Type | Name | Description |
|---|---|---|
| int | roleId | |
| short | tableId | |
| int | fieldId | |
| short | relationToOwner |
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
Methods
UpdateRow(TableRowBase)
Update the DataRightRow 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 DataRightRow. |