Security |
public class SecurityParameter : Parameter
The SecurityParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| SecurityParameter | Initializes a new instance of the SecurityParameter class |
| Name | Description | |
|---|---|---|
| BoolValue |
The boolean parameter value
(Inherited from Parameter) | |
| ConfigObject |
Default configuration value
(Inherited from Parameter) | |
| Description |
The parameter description
(Inherited from Parameter) | |
| DisplayName |
The parameter display name
(Inherited from Parameter) | |
| DoubleValue |
The double parameter value
(Inherited from Parameter) | |
| EditorLanguage | (Inherited from Parameter) | |
| EnumDisplays |
List of enum display values if the parameter is an enum
(Inherited from Parameter) | |
| Enums |
List of string values if the parameter is an enum. Each enum can have an id and an optional display.
(Inherited from Parameter) | |
| EnumType | (Inherited from Parameter) | |
| EnumValue |
The enum parameter value
(Inherited from Parameter) | |
| EnumValues |
List of enum values if the parameter is an enum
(Inherited from Parameter) | |
| GUID |
The unique identifier
(Inherited from RootComponent) | |
| HelperResetParameterValue |
Editor Helper: Reset parameter to its default value
(Inherited from Parameter) | |
| Name |
The name
(Inherited from RootComponent) | |
| NumericValue |
The numeric parameter value
(Inherited from Parameter) | |
| TextSamples | (Inherited from Parameter) | |
| TextValue |
The text parameter value
(Inherited from Parameter) | |
| Type |
Parameter type
(Inherited from Parameter) | |
| UseOnlyEnumValues |
If true and the parameter is an enum, only the enum values defined can be selected
(Inherited from Parameter) | |
| Value |
The parameter value
(Inherited from Parameter) |
| Name | Description | |
|---|---|---|
| EnumGetDisplayFromValue |
For an enum, returns the display text from the value
(Inherited from Parameter) | |
| EnumGetValueFromDisplay |
For an enum, returns the value from the display text
(Inherited from Parameter) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Init |
Init the editor objects
(Inherited from RootEditor) | |
| InitDefaultValues |
Init the default values
(Inherited from RootEditor) | |
| InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor) | |
| InitFromConfiguration |
Init parameter values from a reference
(Inherited from Parameter) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateEditor |
Update editor attributes
(Inherited from RootEditor) | |
| UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) |
| Name | Description | |
|---|---|---|
| _dctd | (Inherited from RootEditor) | |
| _GUID | (Inherited from RootComponent) | |
| _name | (Inherited from RootComponent) | |
| ConfigValue |
String to store the default configuration value
(Inherited from Parameter) |