Click or drag to resize

EventUnderlyingTypeExtensionsGetUnderlyingClassName Method

Returns the class name of the default underlying type.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static string GetUnderlyingClassName(
	this EventUnderlyingType underlyingType
)

Parameters

underlyingType
Type: com.espertech.esper.common.client.utilEventUnderlyingType

[Missing <param name="underlyingType"/> documentation for "M:com.espertech.esper.common.client.util.EventUnderlyingTypeExtensions.GetUnderlyingClassName(com.espertech.esper.common.client.util.EventUnderlyingType)"]

Return Value

Type: String
default underlying type class name

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type EventUnderlyingType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also