Class ContactRows.IdxMotherId
Class representing index 'IDXContMother_id'.
Inheritance
ContactRows.IdxMotherId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ContactRows.IdxMotherId : ContactRows.ContactRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxMotherId(int)
Constructor for class ContactRows.IdxMotherId This class represents index 'IDXContMother_id'.
Declaration
public IdxMotherId(int motherId)
Parameters
Type | Name | Description |
---|---|---|
int | motherId |
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
MotherId
Reserved
Declaration
public int MotherId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the ContactRow 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 ContactRow. |