Click or drag to resize

IOperationServiceGetTables Method

Returns a list of available tables.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<ITable> GetTables(
	bool currentGroupMode = false
)

Parameters

currentGroupMode (Optional)
Type: SystemBoolean
Enable a mode, that returns only current group's tables.

Return Value

Type: IReadOnlyListITable
See Also