Click or drag to resize

EventTypeMetadata Class

Provides metadata for an event type.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.metaEventTypeMetadata

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

The EventTypeMetadata type exposes the following members.

Constructors
  NameDescription
Public methodEventTypeMetadata
Ctor.
Top
Properties
  NameDescription
Public propertyAccessModifier
Returns the access modifier
Public propertyApplicationType
Returns the underlying type
Public propertyBusModifier
Returns the event bus modifier.
Public propertyEventTypeIdPair
Returns event type ids
Public propertyIsPropertyAgnostic
Returns indicator whether the type is property-agnostic, i.e. false for types that have a list of well-defined property names and true for a type that allows any property name
Public propertyModuleName
Returns the module name or null when not provided.
Public propertyName
Returns the event type name.
Public propertyTypeClass
Returns information on the originator or use of the event type
Top
Methods
  NameDescription
Public methodToExpression
Build an expression for the metadata (for internal use).
Public methodToExpressionWPublicId
Build an expression for the metadata (for internal use).
Public methodToString
Public methodWithIds
Return metadata with the assigned ids
Top
See Also