| User |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic struct UserHierarchyLaborLevelDetails
The UserHierarchyLaborLevelDetails type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | Child | Gets a list of children that belong to this labor level based on the hierarchy tree. | 
|   | Code | Gets an assigned labor-level-detail code for a user | 
|   | EffDate | Gets an assigned labor-level-detail effective date for a user | 
|   | ID | Gets an assigned labor-level-detail ID for a user | 
|   | IsActive | Gets an assigned labor-level-detail active status | 
|   | Name | Gets an assigned labor-level-detail name for a user | 
|   | ParentID | Gets an assigned labor-level-detail parent ID for a user | 
|   | TreeID | The ID of the tree node element in the labor-level hierarchy structure. | 
|   | TreeParentID | The parent ID of the tree node element in the labor-level hierarchy structure. | 
 Remarks
Remarks|  Caution | 
|---|
| This hierarchy structure will only return data when these conditions are met. 
 | 
|  Note | 
|---|
| The UserHierarchyLaborLevelDetails structure will only return a combination of what is in the labor-level-hierarchy organizational tree and what labor-levels are assigned to 
                    an employee.   So if the labor-level is not in the hierarchy tree then it will not show up in the HierarchicalLaborLevelsDetails structure. Setup: Manager > Employees > Labor Levels Configuration > Labor Levels > Labor Level Hierarchy | 
 Example
Example See Also
See Also