Click or drag to resize

GetLaborLevelModelOrdinalPosition Property

Gets ordinal position for a labor level

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

Property Value

Int32
Remarks
This value represents the unique order set for how labor levels are ordered.

Note  Note
The ordinal position is unique for each GetLaborLevelModel and must be sequential. This value helps to determine the order for how labor levels are ordered.
For example a company’s Division (North, South, East, West) may have various locations (Montana, Texas, New York, California). Since divisions consist of multiple locations then its ordinal position would be lower (set to 1) versus location which would be higher (set to 2).
Example
1
See Also