KitchenDraw SDK 2
Show / Hide Table of Contents

Method AddCoefficientLine

AddCoefficientLine(TableType, string)

Adds a line to the and of a coefficients table of the supplier catalog.

Declaration
public Appli.Supplier.Catalog.CoefficientLine AddCoefficientLine(Appli.Supplier.Catalog.TableType tableType, string code)
Parameters
Type Name Description
Appli.Supplier.Catalog.TableType tableType

Type of the table to which the new line should be added.

string code

An unique code that characterizes the new coefficient line.

Returns
Type Description
Appli.Supplier.Catalog.CoefficientLine

The new coefficient line.

Exceptions
Type Condition
Sdk2Exception

If code is empty or corresponds to a coefficient line already registered.

AddCoefficientLine(TableType, string, int)

Adds a line to the and of a coefficients table of the supplier catalog.

Declaration
public Appli.Supplier.Catalog.CoefficientLine AddCoefficientLine(Appli.Supplier.Catalog.TableType tableType, string code, int priceGroup)
Parameters
Type Name Description
Appli.Supplier.Catalog.TableType tableType

Type of the table to which the new line should be added.

string code

An unique code that characterizes the new coefficient line.

int priceGroup

A number of the price group for the per-model coefficients table. For all the other coefficient tables this value is ignored.

Returns
Type Description
Appli.Supplier.Catalog.CoefficientLine

The new coefficient line.

Exceptions
Type Condition
Sdk2Exception

If code is empty or corresponds to a coefficient line already registered.

In this article
Back to top Generated by DocFX