Class TZLocationRow.IdxTZLocationId
Class representing index 'IDXTZLocationId'.
Inheritance
TZLocationRow.IdxTZLocationId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class TZLocationRow.IdxTZLocationId : TZLocationRow.TZLocationRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxTZLocationId(int)
Constructor for class TZLocation.IdxTZLocationId This class represents index 'IDXTZLocationId'.
Declaration
public IdxTZLocationId(int tZLocationId)
Parameters
Type | Name | Description |
---|---|---|
int | tZLocationId |
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 TZLocationRow 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 TZLocationRow. |