Class SORTemplateRows.IdxPublished
Class representing index 'IDXSORTemplatePublished'.
Inheritance
SORTemplateRows.IdxPublished
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public sealed class SORTemplateRows.IdxPublished : SORTemplateRows.SORTemplateRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxPublished(short)
Constructor for class SORTemplateRows.IdxPublished This class represents index 'IDXSORTemplatePublished'.
Declaration
public IdxPublished(short published)
Parameters
| Type | Name | Description |
|---|---|---|
| short | published |
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
Published
1=pubshed, 0=not published
Declaration
public short Published { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
Methods
UpdateRow(TableRowBase)
Update the SORTemplateRow 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 SORTemplateRow. |