Click or drag to resize

EPBaseNamedObject Class

Base class for named runtime objects such as views, patterns guards and observers.
Inheritance Hierarchy

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

The EPBaseNamedObject type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Returns the object name.
Public propertyNamespace
Returns the object namespace name.
Public propertyParameters
Returns the object parameters.
Top
Methods
  NameDescription
Public methodToEPL
Writes the object in EPL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)"
Top
See Also