RanorexRanorex Documentation
Configuration..::.CustomConfigurationParam Class
NamespacesRanorex.CoreConfigurationConfiguration..::.CustomConfigurationParam
Represents a custom configuration parameter that can be registered at runtime (see Register(Configuration..::.CustomConfigurationParam) method).
Declaration Syntax
C#Visual BasicVisual C++
public class CustomConfigurationParam : Configuration..::.ConfigurationParam
Public Class CustomConfigurationParam _
	Inherits Configuration..::.ConfigurationParam
public ref class CustomConfigurationParam : public Configuration..::.ConfigurationParam
Members
All MembersConstructorsMethodsProperties



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

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

Category
Gets the category for this parameter.

Clone()()()
Clones this instance.
(Overrides Configuration..::.ConfigurationParam.Clone()()().)
DefaultValue
Gets the parameter's default value.
(Inherited from Configuration..::.ConfigurationParam.)
Description
Gets the description of this parameter.

Dirty
Gets a value specifying if the Value has been changed since last loading/saving the parameter.
(Inherited from Configuration..::.ConfigurationParam.)
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.
(Inherited from Configuration..::.ConfigurationParam.)
DisplayName
Gets the display name of this parameter.

Equals(Object)
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 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.
(Inherited from Configuration..::.ConfigurationParam.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets the parameter name.
(Inherited from Configuration..::.ConfigurationParam.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Configuration..::.ConfigurationParam.)
Type
Gets the parameter's type.
(Inherited from Configuration..::.ConfigurationParam.)
Value
Gets or sets the value.
(Inherited from Configuration..::.ConfigurationParam.)
Inheritance Hierarchy
Object
Configuration..::.ConfigurationParam
 Configuration..::.CustomConfigurationParam

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