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

ResourceEdit class

From Catglobe Wiki

ResourceEdit



Generic class for editing resources

Parent class

Inherits from object

Methods

  • (From object) string ToString() - The string representation of the object.

Properties

  • bool CalculatedManHours { get; set; } - Get/set calculated man hours flag
  • bool HasResourceTemplateId { get; } - Indicates if resource can be templated
  • bool InheritAccess { get; set; } - Get/set inherit access flag
  • string ObjectTypeName { get; } - The name of the type of object.
  • int ParentId { get; set; } - Get/set the parent resource id
  • string ResourceManHours { get; set; } - Get/set resource man hours
  • int ResourceTemplateId { get; set; } - Get/set resource template id
  • string ShortName { get; set; } - Get/set the resource short name
  • bool TimeregEnabled { get; set; } - Get/set timereg enabled flag
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.