Class PublishRows.IdxPublishType
Class representing index 'IDXPublishPublishType'.
Inheritance
PublishRows.IdxPublishType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class PublishRows.IdxPublishType : PublishRows.PublishRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxPublishType(PublishType)
Constructor for class PublishRows.IdxPublishType This class represents index 'IDXPublishPublishType'.
Declaration
public IdxPublishType(PublishType publishType)
Parameters
| Type | Name | Description |
|---|---|---|
| PublishType | publishType |
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
PublishType
Type of publishing action, 0 = Unknown, 1 = to external persons
Declaration
public PublishType PublishType { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishType |
Methods
UpdateRow(TableRowBase)
Update the PublishRow 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 PublishRow. |