Difference between revisions of "ResourceTemplatePropertyDateTime"
Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=ResourceTemplatePropertyDateTime |Description=A DateTime property on a resource template |Constructors= {{CGscriptConstructors_Template|Paramete...") |
Nguyenduyan (talk | contribs) |
||
Line 7: | Line 7: | ||
|Description=Create new DateTime property}} | |Description=Create new DateTime property}} | ||
|Methods= | |Methods= | ||
+ | {{CGscriptMethods_Template|ReturnType=Empty|Name=Delete|Description=Delete the property}} | ||
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}} | {{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}} | ||
|Properties= | |Properties= |
Revision as of 11:16, 15 November 2016
ResourceTemplatePropertyDateTime
A DateTime property on a resource template
Constructors
- (string label "Set label", bool required "Set required", string description "Set description", ResourceTemplate resourceTemplate "ResourceTemplate property gets added to") - Create new DateTime property
Methods
Properties
- string Description { get; set; } - Get/set Description
- bool HoursIncluded { get; set; } - Get/set HoursIncluded
- string Label { get; set; } - Get/set Label
- string ObjectTypeName { get; } - The name of the type of object.
- bool Required { get; set; } - Get/set Required
- TypeInformation TypeInformation { get; } - Get information about this class.