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

RoleExtensionRoleParameter class

From Catglobe Wiki
Revision as of 10:52, 19 December 2019 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RoleExtensionRoleParameter


Parameters for executing a role extension

Parent class

Inherits from RoleExtensionParameter

Methods

  • (From RoleExtensionParameter) RoleExtensionReturn Execute() - Execute call to the role extesion. If called inside a role extension the base/parent version is called if any. May return Empty.
  • (From object) string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • (From RoleExtensionParameter) array Parameters { get; set; } - Parameters if any. Must match the ordering of the documentation.
  • Array of int RoleResourceIds { get; set; } - List of roles to change/query.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.
  • (From RoleExtensionParameter) Array of Array WriteableValues { get; set; } - Update values per user/role. Must match the ordering of the return documentation for the writeable values. May be empty for querying, or each element may be empty if not updating.