RanorexRanorex Documentation
Configuration..::.ConfigurationParam Class
NamespacesRanorex.CoreConfigurationConfiguration..::.ConfigurationParam
Represents a single configuration parameter with a name, type and default and current value.
Declaration Syntax
C#Visual BasicVisual C++
public class ConfigurationParam
Public Class ConfigurationParam
public ref class ConfigurationParam
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Configuration..::.ConfigurationParam(CaseInsensitiveString, Object, Boolean)
Initializes a new instance of the Configuration..::.ConfigurationParam class.

Configuration..::.ConfigurationParam(CaseInsensitiveString, Object, Configuration..::.ConfigurationParam..::.CheckValueHandler, Boolean)
Initializes a new instance of the Configuration..::.ConfigurationParam class.

Clone()()()
Clones this instance.

DefaultValue
Gets the parameter's default value.

Dirty
Gets a value specifying if the Value has been changed since last loading/saving the parameter.

DirtyIfEqualValue
Gets or sets a value indicating whether the Dirty flag is set when setting the Value even if the old and the new values are equal.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Local
Defines if the parameter should be exported or imported.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets the parameter name.

ToString()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()().)
Type
Gets the parameter's type.

Value
Gets or sets the value.

Inheritance Hierarchy
Object
Configuration..::.ConfigurationParam
 Configuration..::.CustomConfigurationParam

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)