Click or drag to resize

OpsIncEmployeeShiftRequest Constructor

Constructor

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public OpsIncEmployeeShiftRequest(
	TranslatedText tt,
	string resourceName
)

Parameters

tt
Type: TranslatedText
Translated text instance to use when translating dialog text.
resourceName
Type: SystemString
Resource name, passing through as can vary between XAML and HTML/XML
Remarks
// 26112019 | DManning | FPS-17307 | Need the resource name passing now
See Also