Click or drag to resize

GetUserTimeOffRequestModelDetail Property

Gets a list of GetUserTimeOffRequestDetailModel objects

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

Property Value

ListGetUserTimeOffRequestDetailModel
Remarks
Gets a list of GetUserTimeOffRequestDetailModel objects. This value represents the time-off details that are assigned to a time-off request. A time-off request consists of details which translate to a full day.

Caution note  Caution
Time off configuration rules will determine if certain time-off details can be assigned within a time-off request.
See Also