Click or drag to resize

EventTypeMetadata Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.meta
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EventTypeMetadata(
	string name,
	string moduleName,
	EventTypeTypeClass typeClass,
	EventTypeApplicationType applicationType,
	NameAccessModifier accessModifier,
	EventTypeBusModifier busModifier,
	bool isPropertyAgnostic,
	EventTypeIdPair eventTypeIdPair
)

Parameters

name
Type: SystemString
event type name
moduleName
Type: SystemString
module name that originated the event type or null if not provided or if the event type is preconfigured
typeClass
Type: com.espertech.esper.common.client.metaEventTypeTypeClass
information on the originator or use of the event type
applicationType
Type: com.espertech.esper.common.client.metaEventTypeApplicationType
provides the type of the underlying
accessModifier
Type: com.espertech.esper.common.client.utilNameAccessModifier
the access modifier defining how the event type is visible to other modules
busModifier
Type: com.espertech.esper.common.client.utilEventTypeBusModifier
the bus modifier defining how the event type is visible to applications calling send-event methods
isPropertyAgnostic
Type: SystemBoolean
whether the type is property-agnostic (false for most typed, true for a type that allows any property name)
eventTypeIdPair
Type: com.espertech.esper.common.client.metaEventTypeIdPair
the type id pair
See Also