RoleExtensionReturn class

From Catglobe Wiki
Jump to: navigation, search

RoleExtensionReturn



Return result for executing a role extension

Parent class

Inherits from object

Constructors

  • () - Make new return result holder

Methods

  • (From object) string ToString() - The string representation of the object.

Properties

  • string ErrorMessage { get; set; } - If not success, this contains the error message. If empty, errormessages per user is in the result array.
  • string ObjectTypeName { get; } - The name of the type of object.
  • Array of Array Result { get; set; } - Any result returned from the script, the order and length of each must match the original Users/Role array.
  • bool Success { get; set; } - Did the script complete successful?
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.