Click or drag to resize

SelectionRequest Constructor (DataStoreClient, OpsContext, SelectionRequestType)

Initializes a new instance of the SelectionRequest class

Namespace:  Micros.Ops.Input
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public SelectionRequest(
	DataStoreClient ds,
	OpsContext opsContext,
	SelectionRequestType selectionType
)

Parameters

ds
Type: DataStoreClient
opsContext
Type: Micros.OpsOpsContext
selectionType
Type: Micros.Ops.InputSelectionRequestType
See Also