Class ProductFamilyHeadingLinkRows.IdxProductFamilyId
Class representing index 'IDXProductFamilyHLProductfami'.
Inheritance
ProductFamilyHeadingLinkRows.IdxProductFamilyId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ProductFamilyHeadingLinkRows.IdxProductFamilyId : ProductFamilyHeadingLinkRows.ProductFamilyHeadingLinkRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxProductFamilyId(int)
Constructor for class ProductFamilyHeadingLinkRows.IdxProductFamilyId This class represents index 'IDXProductFamilyHLProductfamily_id'.
Declaration
public IdxProductFamilyId(int productFamilyId)
Parameters
Type | Name | Description |
---|---|---|
int | productFamilyId |
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
ProductFamilyId
Link to ProductFamily list table
Declaration
public int ProductFamilyId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the ProductFamilyHeadingLinkRow 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 ProductFamilyHeadingLinkRow. |