Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

RoleExtensionQueryValueDocumentation class: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
 
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 07: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.