Initializes a new RecordGenerator instance.

Namespace:  Endeca.Web.UI.Design
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public RecordGenerator(
	PresentationApiConnection connection
)
Visual Basic (Declaration)
Public Sub New ( _
	connection As PresentationApiConnection _
)
Visual C++
public:
RecordGenerator(
	PresentationApiConnection^ connection
)

Parameters

connection
Type: Endeca.Data.Provider.PresentationApi..::.PresentationApiConnection
Indentifies the server to be used when retrieving key properties.

See Also