Click or drag to resize

CashManagementDashboardContextPopulateReceptacleList Method

Namespace:  Micros.Ops.CashManagement.Dashboard
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public List<DashboardReceptacleDetail> PopulateReceptacleList(
	CMReceptacleType receptacleType,
	IList<CGwReceptacleDetail> detailList,
	List<DashboardReceptacleDetail> currentReceptacleList
)

Parameters

receptacleType
Type: CMReceptacleType
detailList
Type: System.Collections.GenericIListCGwReceptacleDetail
currentReceptacleList
Type: System.Collections.GenericListDashboardReceptacleDetail

Return Value

Type: ListDashboardReceptacleDetail
See Also