GetTimePunchStateModelPunchTypeName Property | |
Returns a comma separated list of punch type names in the order of the next available punch type.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string PunchTypeName { get; set; }
function get_PunchTypeName();
function set_PunchTypeName(value);
Property Value
StringRemarks
Returns a comma separated list of punch type names in the order of the next available punch type. The next available punch type is just a system recommended value; because its possible that some users
can have multiple punch options.
Note |
---|
Below are the associated enum types for a the ID and Name punch types.
ClockIn = 2
StartBreak = 6
EndBreak = 7
StartLunch = 4
EndLunch = 5
Transfer = 8
ClockOut = 3
|
Example "StartBreak,EndBreak,StartLunch,EndLunch,Transfer,ClockOut,ClockIn"
See Also