Click or drag to resize

GetLaborLevelModelIsDeleted Property

Gets the IsDeleted flag for a labor level

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool IsDeleted { get; set; }

Property Value

Boolean
Remarks
This value represents whether the labor level is deleted. Once a labor level is created in the system it is never deleted. A marker is simply created to flag the record as being deleted.
Example
false
See Also