The ReflectionCommandSerializationProvider type exposes the following members.

Constructors

  NameDescription
ReflectionCommandSerializationProviderOverloaded.

Methods

  NameDescription
DeserializeOverloaded.
DeserializeCommandOverloaded.
DeserializeProperty
Returns the deserialized property. The serialized property is found in serializedProperties with key Key. Uses the TypeConverter defined on the PropertyDescriptor to deserialize the value.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetPropertyValue
Returns the value of the specified propety from the specified command.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize
Initializes the provider.
(Inherited from ProviderBase.)
JoinCommandState
Returns a string repesenting the specified dictionary of serialized property values.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SerializeOverloaded.
SerializeCommandOverloaded.
SerializeExtendedParameter
Produces a pair representing the serialized form of the specified key and value in the specified collection. Returns null if the extended parameter should not be included in the command state string.
SerializeProperty
Returns a serialized representation of the value of the specified property of the specified command.
SerializeWithTypeConverter
Uses the TypeConverter defined on the given PropertyDescriptor to serialize the givenvalue.
ShouldIncludeSerializedProperty
Returns a value indicating if the specified serialized property value should be included in the state string that is produced by SerializeCommand(EndecaCommand, CommandSerializationContext).
SplitCommandState
Parses the specified string and returns a dictionary containing serialized property values.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Description
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Name
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
NameValueDelimiter
String used to delimit property names and values when constructing a the command state string. The default value of this property is ":".
PropertyDelimiter
String used to delimit properties (each of which is represented by a name/value pair) when constructing the command state. The default value of this property is ",".

See Also