Click or drag to resize

ConfigurationCommonVariable Class

Provides variable configuration.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonVariable

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCommonVariable

The ConfigurationCommonVariable type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonVariable
Initializes a new instance of the ConfigurationCommonVariable class
Top
Properties
  NameDescription
Public propertyInitializationValue
Returns the initialization value, or null if none was supplied.

String-type initialization values for numeric or boolean types are allowed and are parsed.

Public propertyIsConstant
Returns true if the variable is a constant, or false for regular variable.
Public propertyVariableType
Returns the variable type as a fully-qualified class name, primitive type or event type name.
Top
See Also