TeamMember class
From Catglobe Wiki
More actions
TeamMember
Represents a team member.
Parent class
Inherits from Array
Constructors
Methods
Properties
- number Average { get; } - Average of the objects in the Array object. Can only use if all the elements are of type Number
- int ManHours { get; set; } - Man hours contributed by the team member (must be >= 0)
- number Max { get; } - Largest of all the objects in the Array object. Can only use if all the elements are of type Number
- number Min { get; } - Smallest of all the objects in the Array object. Can only use if all the elements are of type Number
- string ObjectTypeName { get; } - The name of the type of object.
- int ResourceId { get; } - Resource id of the team member
- int RoleId { get; set; } - Role id of the team member
- number Sum { get; } - Sum of all the objects in the Array object. Can only use if all the elements are of type Number
- TypeInformation TypeInformation { get; } - Get information about this class.