Click or drag to resize

DeleteLaborLevelDetailInIDList Property

A list of IDs that will be flagged as deleted

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

Property Value

ListInt32
Remarks
A list of user labor-level-details IDs that define the specific labor-level-detail. The ID is also a reference to the internal primary key of the labor-level-detail. To get a list of valid user schedule Ids see the DeleteLaborLevelDetail(DeleteLaborLevelDetailIn) method.
Example
34,56,999
See Also