Class ProductFamilyGroupLinkRows.IdxProductFamilyId
Class representing index 'IDXProductFamilyGLProductfami'.
Inheritance
ProductFamilyGroupLinkRows.IdxProductFamilyId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ProductFamilyGroupLinkRows.IdxProductFamilyId : ProductFamilyGroupLinkRows.ProductFamilyGroupLinkRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxProductFamilyId(int)
Constructor for class ProductFamilyGroupLinkRows.IdxProductFamilyId This class represents index 'IDXProductFamilyGLProductfamily_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 ProductFamilyGroupLinkRow 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 ProductFamilyGroupLinkRow. |