Interface ICommandParameter
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Parameters
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Defines a command line parameter for a command
public interface ICommandParameter : IParameterAction
- Inherited Members
Properties
ParameterIdentifier
Gets the character(s) used to identify the parameter on the command line
string ParameterIdentifier { get; }
Property Value
ParameterType
Gets the type of the ParameterValue
Type ParameterType { get; }
Property Value
ParameterValue
Gets or sets the current value of the parameter
object ParameterValue { get; set; }