Class WsdlDescriptionRow.IdxWsdlDescriptionId
Class representing index 'IDXWsdl_descriptionId'.
Inheritance
WsdlDescriptionRow.IdxWsdlDescriptionId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class WsdlDescriptionRow.IdxWsdlDescriptionId : WsdlDescriptionRow.WsdlDescriptionRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxWsdlDescriptionId(int)
Constructor for class WsdlDescription.IdxWsdlDescriptionId This class represents index 'IDXWsdl_descriptionId'.
Declaration
public IdxWsdlDescriptionId(int wsdlDescriptionId)
Parameters
Type | Name | Description |
---|---|---|
int | wsdlDescriptionId |
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 WsdlDescriptionRow 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 WsdlDescriptionRow. |