Class DataRightRows.IdxRoleIdTableIdFieldId
Class representing index 'IRoleIdTableIdFieldIdRelation'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class DataRightRows.IdxRoleIdTableIdFieldId : DataRightRows.DataRightRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxRoleIdTableIdFieldId(int, short, int)
Constructor for class DataRightRows.IdxRoleIdTableIdFieldId This class represents index 'IRoleIdTableIdFieldIdRelationToOwner'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxRoleIdTableIdFieldId(int roleId, short tableId, int fieldId)
Parameters
Type | Name | Description |
---|---|---|
int | roleId | |
short | tableId | |
int | fieldId |
Properties
FieldId
ID of field this right is valid for. 0 = whole table. Must correspond to tableId!
Declaration
public int FieldId { 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
RoleId
Role this dataright is valid for
Declaration
public int RoleId { get; set; }
Property Value
Type | Description |
---|---|
int |
TableId
ID of table this right is valid for
Declaration
public short TableId { get; set; }
Property Value
Type | Description |
---|---|
short |
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. |