Click or drag to resize

SearchResultPerson Constructor

Initializes a new instance of the SearchResultPerson class

Namespace:  Micros.Ops.GuestProfile.Models
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public SearchResultPerson(
	PersonSummary person,
	DTOCheckListWorkflowType workflowType,
	bool forceShowAddress
)

Parameters

person
Type: PersonSummary
workflowType
Type: DTOCheckListWorkflowType
forceShowAddress
Type: SystemBoolean
See Also