The ReflectionCommandSerializationProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Deserialize | Overloaded. |
![]() | DeserializeCommand | Overloaded. |
![]() | 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 | (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.) |
![]() | Serialize | Overloaded. |
![]() | SerializeCommand | Overloaded. |
![]() | 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 | (Inherited from Object.) |