Initializes a new CommandSerializationContext instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public CommandSerializationContext(
	EndecaCommand defaultCommand
)
Visual Basic (Declaration)
Public Sub New ( _
	defaultCommand As EndecaCommand _
)
Visual C++
public:
CommandSerializationContext(
	EndecaCommand^ defaultCommand
)

Parameters

defaultCommand
Type: Endeca.Data.Provider..::.EndecaCommand
Command that represents the initial 'default' state of the command to be serialized.

See Also