LaborLevelModelOrdinalPosition Property | |
Gets ordinal position for a labor level
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int OrdinalPosition { get; set; }
function get_OrdinalPosition();
function set_OrdinalPosition(value);
Property Value
Int32Remarks
This value represents the unique order set for how labor levels are ordered.
Note |
---|
The ordinal position is unique for each LaborLevelModel 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