Method TryGetSupplierOfCurrentSiteFromIdentifier
TryGetSupplierOfCurrentSiteFromIdentifier(string, out Supplier)
Finds a supplier with matching identifier in the list of the suppliers registered in the KitchenDraw software for the site to which the current user belongs.
Declaration
public bool TryGetSupplierOfCurrentSiteFromIdentifier(string identifier, out Appli.Supplier matchingSupplier)
Parameters
Type | Name | Description |
---|---|---|
string | identifier | The identifier of a supplier to find. |
Appli.Supplier | matchingSupplier | When the method completes, this
parameter holds first matching supplier, or |
Returns
Type | Description |
---|---|
bool |
|