Click or drag to resize

OpsGuestInformationDetail Constructor

Initializes a new instance of the OpsGuestInformationDetail class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public OpsGuestInformationDetail(
	DbGuestInformationDetail dtl,
	GuestCheck gc
)

Parameters

dtl
Type: DbGuestInformationDetail
gc
Type: GuestCheck
See Also