Class LicenseAssocLinkRow.IdxLicenseAssocLinkId
Class representing index 'IDXLicenseAssocLinkId'.
Inheritance
LicenseAssocLinkRow.IdxLicenseAssocLinkId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class LicenseAssocLinkRow.IdxLicenseAssocLinkId : LicenseAssocLinkRow.LicenseAssocLinkRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxLicenseAssocLinkId(int)
Constructor for class LicenseAssocLink.IdxLicenseAssocLinkId This class represents index 'IDXLicenseAssocLinkId'.
Declaration
public IdxLicenseAssocLinkId(int licenseAssocLinkId)
Parameters
Type | Name | Description |
---|---|---|
int | licenseAssocLinkId |
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 LicenseAssocLinkRow 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 LicenseAssocLinkRow. |