Difference between revisions of "ResourceTemplatePropertyString"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "{{CGscriptClass_Template |Name=ResourceTemplatePropertyString |Description=A string property on a resource template |Constructors= {{CGscriptConstructors_Template|Parameters= ...")
(No difference)

Revision as of 10:58, 15 November 2016

ResourceTemplatePropertyString



A string 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 string property

Methods

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

Properties

  • string Description { get; set; } - Get/set Description
  • 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.