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.

TaskParticipant class

From Catglobe Wiki

TaskParticipant


Represents a participant (observer, responsible, or supervisor) on a task.

Parent class

Inherits from Array

Constructors

  • (int resourceId "Resource id of the user or group") - Create a task participant from a user or group resource id

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
  • 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 Name { get; } - The display name of the participant
  • string ObjectTypeName { get; } - The name of the type of object.
  • int Permission { get; set; } - The permission level of the participant (Read=2, Write=4, FullControl=6)
  • int ResourceId { get; set; } - The resource id of the participant
  • 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.