ICommandModel Interface

Represents a command model.
public interface ICommandModel : ICommandContainer

Properties

abstract string ApplicationName
Gets the name of the application.
abstract string ApplicationVersion
Gets the version of the application.

Extension Methods

T And<ICommandModel>(Action<ICommandModel>)
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.