Click or drag to resize

GetUserScheduleModelDetail Property

Gets a list of GetUserScheduleDetailModel objects

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<GetUserScheduleDetailModel> Detail { get; set; }

Property Value

ListGetUserScheduleDetailModel
Remarks
Gets a list of GetUserScheduleDetailModel objects. This value represents the schedule details that are assigned to a schedule. A schedule can have nested details (breaks, meals, transfers) assigned to it.

Caution note  Caution
Payroll processing rules will determine if certain schedule details can be assigned within a schedule.
See Also