Difference between revisions of "RoleExtensionEventDocumentation class"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
{{CGscriptClass_Template
 
{{CGscriptClass_Template
|Name=<nowiki>RoleExtensionUserDocumentation</nowiki>
+
|Name=<nowiki>RoleExtensionEventDocumentation</nowiki>
|Description=<nowiki>Documents how a given role extension can be called on a list users</nowiki>
+
|Description=<nowiki>Documents that this role extension is an event and cannot be called normally</nowiki>
 
|InheritsFrom=RoleExtensionDocumentation|Constructors=
 
|InheritsFrom=RoleExtensionDocumentation|Constructors=
 
{{CGscriptConstructors_Template|Description=<nowiki>Make new documentation</nowiki>}}
 
{{CGscriptConstructors_Template|Description=<nowiki>Make new documentation</nowiki>}}
Line 9: Line 9:
 
{{CGscriptProperties_Template|ReturnType=LocalizedString|Name=<nowiki>Description</nowiki>|HasGetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>A short description of the functionality for an admin user to better understand what it actually does.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=LocalizedString|Name=<nowiki>Description</nowiki>|HasGetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>A short description of the functionality for an admin user to better understand what it actually does.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=bool|Name=<nowiki>IncludeChildrenInPath</nowiki>|HasGetter=1|HasSetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>If true and LimitToPath is set, then LimitToPath applies to any role with the path as prefix. Default is false.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=bool|Name=<nowiki>IncludeChildrenInPath</nowiki>|HasGetter=1|HasSetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>If true and LimitToPath is set, then LimitToPath applies to any role with the path as prefix. Default is false.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=bool|Name=<nowiki>InformsUsers</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>If true, this script will send a notification to the user about the change. Default is false.</nowiki>}}
 
 
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>LimitToPath</nowiki>|HasGetter=1|HasSetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>If set, only roles in a given path are applicable for this role extensions. Default is Empty.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>LimitToPath</nowiki>|HasGetter=1|HasSetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>If set, only roles in a given path are applicable for this role extensions. Default is Empty.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=LocalizedString|Name=<nowiki>Name</nowiki>|HasGetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>The name of the functionality for an admin user to see.</nowiki>}}
 
{{CGscriptProperties_Template|ReturnType=LocalizedString|Name=<nowiki>Name</nowiki>|HasGetter=1|Inherited=RoleExtensionDocumentation|Description=<nowiki>The name of the functionality for an admin user to see.</nowiki>}}
Line 20: Line 19:
 
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Inherited=object|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>}}
 
}}
 
}}
[[Category:Roles]]
 

Latest revision as of 09:54, 2 July 2020

RoleExtensionEventDocumentation


Documents that this role extension is an event and cannot be called normally

Parent class

Inherits from RoleExtensionDocumentation

Constructors

  • () - Make new documentation

Methods

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

Properties