ResourceEdit class: Difference between revisions
From Catglobe Wiki
More actions
Nguyenduyan (talk | contribs) Created page with "{{CGscriptClass_Template |Name=<nowiki>ResourceEdit</nowiki> |Description=<nowiki>Generic class for editing resources</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} |Properties= {{CGscriptProperties_Template|ReturnType=bool|Name=<nowiki>CalculatedManHours</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set c..." |
(No difference)
|
Latest revision as of 03:32, 26 August 2025
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.