AppProductRole class
From Catglobe Wiki
More actions
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.