Click or drag to resize

SelectionRequest(DataStoreClient, OpsContext, SelectionRequestType) Constructor

Initializes a new instance of the SelectionRequest class

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

Parameters

ds  DataStoreClient
 
opsContext  OpsContext
 
selectionType  SelectionRequestType
 
See Also