ResourceEdit class
From Catglobe Wiki
More actions
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.