Click or drag to resize

ScheduleItemTypeExtensionsGetSyntax Method

Returns the syntax string.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static string GetSyntax(
	this ScheduleItemType value
)

Parameters

value
Type: com.espertech.esper.common.client.sodaScheduleItemType

[Missing <param name="value"/> documentation for "M:com.espertech.esper.common.client.soda.ScheduleItemTypeExtensions.GetSyntax(com.espertech.esper.common.client.soda.ScheduleItemType)"]

Return Value

Type: String
syntax

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ScheduleItemType. 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