RoleExtensionParameter class

From Catglobe Wiki
Jump to: navigation, search

RoleExtensionParameter



Parameters for executing a role extension

Parent class

Inherits from object

Methods

  • 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

  • (From object) string ObjectTypeName { get; } - The name of the type of object.
  • array Parameters { get; set; } - Parameters if any. Must match the ordering of the documentation.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.
  • 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.