Class PublishRows.IdxPublishType
Class representing index 'IDXPublishPublishType'.
Inheritance
IdxBase
IdxBase<PublishTableInfo>
PublishRow.PublishRowIdxBase
PublishRows.PublishRowsIdx
PublishRows.IdxPublishType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)