AppProductRole class: Difference between revisions
From Catglobe Wiki
More actions
Created page with "{{CGscriptClass_Template |Name=<nowiki>AppProductRole</nowiki> |Description=<nowiki>Represents a single role in an AppProduct.</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>AddGroup</nowiki>|Parameters= {{CGscriptParameters_Template|Type=int|Name=<nowiki>groupId</nowiki>|Description=<nowiki>Group to add</nowiki>}} |Description=<nowiki>Add a group to this role</nowiki>}} {{CGscriptMethods_Template|ReturnType=Empty|Name=<no..." |
(No difference)
|
Latest revision as of 03:26, 30 May 2025
AppProductRole
Represents a single role in an AppProduct.
Parent class
Inherits from object
Methods
- Empty AddGroup(int groupId "Group to add") - Add a group to this role
- Empty RemoveGroup(int groupId "Group to remove") - Remove a group from this role
- (From object) string ToString() - The string representation of the object.
Properties
- Array of int Groups { get; } - Get the group ids for this role
- string Guid { get; } - Get the unique id of the role
- string Name { get; set; } - Get/set the name of the role
- string ObjectTypeName { get; } - The name of the type of object.
- string OnboardingUrl { get; set; } - Get/set the onboarding URL
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.