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.

AppProductRole class

From Catglobe Wiki

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.