Initializes the specified command with the serialized property values in the specified dictionary.

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

Syntax

C#
protected virtual void DeserializeCommand(
	EndecaCommand command,
	IDictionary<string, string> serializedValues
)
Visual Basic (Declaration)
Protected Overridable Sub DeserializeCommand ( _
	command As EndecaCommand, _
	serializedValues As IDictionary(Of String, String) _
)
Visual C++
protected:
virtual void DeserializeCommand(
	EndecaCommand^ command, 
	IDictionary<String^, String^>^ serializedValues
)

Parameters

command
Type: Endeca.Data.Provider..::.EndecaCommand
Command to initialize.
serializedValues
Type: System.Collections.Generic..::.IDictionary<(Of <(String, String>)>)
Map of key value pairs representing serialized property values.

See Also