Difference between revisions of "RoleExtensionQueryValueDocumentation class"

From Catglobe Wiki
Jump to: navigation, search
(Tag: visualeditor)
 
Line 2: Line 2:
 
|Name=<nowiki>RoleExtensionQueryValueDocumentation</nowiki>
 
|Name=<nowiki>RoleExtensionQueryValueDocumentation</nowiki>
 
|Description=<nowiki>Documents how a given value can be displayed</nowiki>
 
|Description=<nowiki>Documents how a given value can be displayed</nowiki>
|Constructors=
+
|InheritsFrom=object|Constructors=
 
{{CGscriptConstructors_Template|Description=<nowiki>Make new documentation</nowiki>}}
 
{{CGscriptConstructors_Template|Description=<nowiki>Make new documentation</nowiki>}}
 
|Methods=
 
|Methods=
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Description=<nowiki>The string representation of the object.</nowiki>}}
+
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}}
 
|Properties=
 
|Properties=
 
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>ObjectTypeName</nowiki>|HasGetter=1|Description=<nowiki>The name of the type of object.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>ObjectTypeName</nowiki>|HasGetter=1|Description=<nowiki>The name of the type of object.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=RoleExtensionParameterDocumentation|Name=<nowiki>TypeInfo</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Information on the type of value it must contains.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=RoleExtensionParameterDocumentation|Name=<nowiki>TypeInfo</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Information on the type of value it must contains.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Description=<nowiki>Get information about this class.</nowiki>}}
+
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Inherited=object|Description=<nowiki>Get information about this class.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=bool|Name=<nowiki>Writeable</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>True if value can be written to. Default is false.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=bool|Name=<nowiki>Writeable</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>True if value can be written to. Default is false.</nowiki>}}
 
}}
 
}}
 
[[Category:Roles]]
 
[[Category:Roles]]

Latest revision as of 09:21, 2 July 2020

RoleExtensionQueryValueDocumentation



Documents how a given value can be displayed

Parent class

Inherits from object

Constructors

  • () - Make new documentation

Methods

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

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • RoleExtensionParameterDocumentation TypeInfo { get; set; } - Information on the type of value it must contains.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.
  • bool Writeable { get; set; } - True if value can be written to. Default is false.