Method TryGetCoefficientLineFromCode
TryGetCoefficientLineFromCode(TableType, string, out CoefficientLine)
Finds a coefficient line of the supplier catalog by given code.
Declaration
public bool TryGetCoefficientLineFromCode(Appli.Supplier.Catalog.TableType tableType, string code, out Appli.Supplier.Catalog.CoefficientLine coeffLine)
Parameters
| Type | Name | Description |
|---|---|---|
| Appli.Supplier.Catalog.TableType | tableType | |
| string | code | The code of a string being searched. |
| Appli.Supplier.Catalog.CoefficientLine | coeffLine | When the method completes, this
parameter holds matching coeffficient line, or |
Returns
| Type | Description |
|---|---|
| bool |
|