Class SoapAccessRow.IdxSoapAccessId
Class representing index 'IDXSoap_accessId'.
Inheritance
SoapAccessRow.IdxSoapAccessId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SoapAccessRow.IdxSoapAccessId : SoapAccessRow.SoapAccessRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSoapAccessId(int)
Constructor for class SoapAccess.IdxSoapAccessId This class represents index 'IDXSoap_accessId'.
Declaration
public IdxSoapAccessId(int soapAccessId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | soapAccessId |
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 SoapAccessRow 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 SoapAccessRow. |