ICommandParameterInfo Interface

Represents a command parameter.
public interface ICommandParameterInfo

Properties

abstract string Description
Gets the description.
abstract Type ParameterType
Gets the parameter type.
abstract string PropertyName
Gets the property name.

Extension Methods

T And<ICommandParameterInfo>(Action<ICommandParameterInfo>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.