Initializes a new CommandSerializationContext instance.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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.