Class ImportDefaultRow.IdxImportDefaultId
Class representing index 'IDXImportDefaultId'.
Inheritance
ImportDefaultRow.IdxImportDefaultId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class IdxImportDefaultId : ImportDefaultRow.ImportDefaultRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxImportDefaultId(Int32)
Constructor for class ImportDefault.IdxImportDefaultId This class represents index 'IDXImportDefaultId'.
Declaration
public IdxImportDefaultId(int importDefaultId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | importDefaultId |
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
Methods
UpdateRow(TableRowBase)
Update the ImportDefaultRow 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 ImportDefaultRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)