Click or drag to resize

SecurityParameter Properties

The SecurityParameter type exposes the following members.

Properties
 NameDescription
Public propertyBoolValue The boolean parameter value
(Inherited from Parameter)
Public propertyConfigObject Default configuration value
(Inherited from Parameter)
Public propertyDescription The parameter description
(Inherited from Parameter)
Public propertyDisplayName The parameter display name
(Inherited from Parameter)
Public propertyDoubleValue The double parameter value
(Inherited from Parameter)
Public propertyEditorLanguage
(Inherited from Parameter)
Public propertyEnumDisplays List of enum display values if the parameter is an enum
(Inherited from Parameter)
Public propertyEnums List of string values if the parameter is an enum. Each enum can have an id and an optional display.
(Inherited from Parameter)
Public propertyEnumType If set, the .Net enum type used to build the enum values of the parameter
(Inherited from Parameter)
Public propertyEnumValue The enum parameter value
(Inherited from Parameter)
Public propertyEnumValues List of enum values if the parameter is an enum
(Inherited from Parameter)
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyHelperResetParameterValue Editor Helper: Reset parameter to its default value
(Inherited from Parameter)
Public propertyIconValue The Font Awesome icon parameter value, edited with a glyph preview in the property grid.
(Inherited from Parameter)
Public propertyIsFontAwesomeIcon True if this parameter holds a Font Awesome icon class (all its enum values are Font Awesome classes). Detected by content rather than by reference, because view parameters get a copy of the enum list.
(Inherited from Parameter)
Public propertyMultipleEnumValues List of values when the parameter value contains multiple enum values ('|' separated)
(Inherited from Parameter)
Public propertyName The name
(Inherited from RootComponent)
Public propertyNumericValue The numeric parameter value
(Inherited from Parameter)
Public propertyResultOptionDisplayName Display name when used as a result option paramter
(Inherited from Parameter)
Public propertyResultOptionName Name when used as a result option paramter
(Inherited from Parameter)
Public propertyShowInResultOptions If true, the parameter value can be modified in the report result dialog
(Inherited from Parameter)
Public propertyTextSamples
(Inherited from Parameter)
Public propertyTextValue The text parameter value
(Inherited from Parameter)
Public propertyType Parameter type
(Inherited from Parameter)
Public propertyUseOnlyEnumValues If true and the parameter is an enum, only the enum values defined can be selected
(Inherited from Parameter)
Public propertyValue The parameter value
(Inherited from Parameter)
Top
See Also