Click or drag to resize

PunchPromptModel Class

This Class is the model for retriving punch prompts questions and answers
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsPunchPromptModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class PunchPromptModel

The PunchPromptModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAnswerFieldType Gets the Punch Prompt Question Answer Type
Public propertyDefinedAnswers Get the Defined answers for Punch Prompt Question
Public propertyCode exampleHasDefinedAnswers Get the Punch Prompt Question has defined answer or not
Public propertyCode exampleIsRequired Get the Punch Prompt Question is required or not
Public propertyCode exampleOrdinalPosition Get the Punch Prompt Question ordinal position
Public propertyCode examplePromptOnBeginBreak Get the Punch Prompt Question is required for Begin Break punch type
Public propertyCode examplePromptOnBeginMeal Get the Punch Prompt Question is required for Begin Meal punch type
Public propertyCode examplePromptOnClockIn Get the Punch Prompt Question is required for Clock In punch type
Public propertyCode examplePromptOnClockOut Get the Punch Prompt Question is required for Clock Out punch type
Public propertyCode examplePromptOnEndBreak Get the Punch Prompt Question is required for End Break punch type
Public propertyCode examplePromptOnEndMeal Get the Punch Prompt Question is required for End Meal punch type
Public propertyCode examplePromptOnTransfer Get the Punch Prompt Question is required for Transfer punch type
Public propertyPunchPromptQuestionID Gets the Punch Prompt Question ID of the current PunchPromptModel
Public propertyCode exampleQuestionText Gets the Punch Prompt Question text
Top
See Also