[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ViewSpec class.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	nspace As String, _
	objectName As String, _
	objectParameters As IList(Of Object) _
)
C#
public ViewSpec (
	string nspace,
	string objectName,
	IList<Object> objectParameters
)
Visual C++
public:
ViewSpec (
	String^ nspace, 
	String^ objectName, 
	IList<Object^>^ objectParameters
)

Parameters

nspace
System.String
The nspace.
objectName
System.String
is the name of the object
objectParameters
System.Collections.Generic.IList<(Of T>)
is a list of PrimitiveValue instances representing the object parameters