Class CommandContextValues
- Namespace
- Cratis.Applications.Commands
- Assembly
- Cratis.Applications.dll
Represents a set of values associated with a CommandContext.
public class CommandContextValues : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
CommandContextValues
- Implements
- Inherited Members
- Extension Methods
Constructors
CommandContextValues()
Initializes a new instance of the CommandContextValues class.
public CommandContextValues()
Methods
Merge(CommandContextValues)
Merges another set of command context values into this instance.
public void Merge(CommandContextValues other)
Parameters
otherCommandContextValuesThe other set of command context values to merge.