Click or drag to resize

EventTypeIdPair Class

Pair of public and protected event type id.

Preconfigured event types only have a public id. Their public id is derived from the event type name.

All other event types have a public id and protected id. Their public id is derived from the deployment id. Their protected id is derived from the event type name.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.metaEventTypeIdPair

Namespace:  com.espertech.esper.common.client.meta
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EventTypeIdPair

The EventTypeIdPair type exposes the following members.

Constructors
  NameDescription
Public methodEventTypeIdPair
Ctor.
Top
Properties
  NameDescription
Public propertyProtectedId
Returns the protected id
Public propertyPublicId
Returns the public id
Top
Methods
  NameDescription
Public methodEquals
Public methodGetHashCode
Public methodStatic memberUnassigned
Returns an unassigned value that has -1 as the public and protected id
Top
See Also