Class SORPublishGroupLinkRows.IdxUserGroupId
Class representing index 'IDXSORPublishGroupLinkUserGro'.
Inheritance
SORPublishGroupLinkRows.IdxUserGroupId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SORPublishGroupLinkRows.IdxUserGroupId : SORPublishGroupLinkRows.SORPublishGroupLinkRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxUserGroupId(int)
Constructor for class SORPublishGroupLinkRows.IdxUserGroupId This class represents index 'IDXSORPublishGroupLinkUserGroupId'.
Declaration
public IdxUserGroupId(int userGroupId)
Parameters
Type | Name | Description |
---|---|---|
int | userGroupId |
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
UserGroupId
Group that should be able to see this report
Declaration
public int UserGroupId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the SORPublishGroupLinkRow 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 SORPublishGroupLinkRow. |