RoleExtensionParameterDocumentation class
RoleExtensionParameterDocumentation
Documents how a given role extension can be called
Parent class
Inherits from object
Constructors
- () - Make new documentation
Methods
- (From object) string ToString() - The string representation of the object.
Properties
- LocalizedString Description { get; } - A short description of the parameter for an admin user to better understand what it actually does.
- int InputType { get; set; } - Type of value it must contains, 1 = bool, 2 = int, 3 = single line string, 4 = date.
- LocalizedString Name { get; } - The name of the parameter for an admin user to see.
- string ObjectTypeName { get; } - The name of the type of object.
- bool Required { get; set; } - True if value must be provided. Default is false.
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.