Toggle menu
913
3.8K
30.2K
279.2K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TeamMember class

From Catglobe Wiki

TeamMember


Represents a team member.

Parent class

Inherits from Array

Constructors

  • (int Role id "Unique id of the role", int Team member resource id "Unique id of the resource (user or group)", int Manhours "Estimated man-hours for this team member") - Create a new team member

Methods

  • string ToString() - The string representation of the object.
  • object this[] { get; }(int index "Index") - Backward-compatible indexer
  • Empty this[] { get; }(int index "Index", object value "Value to set") - Backward-compatible indexer

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.