ClassCommandTypeBase
Base class for various command type identifiers used in recording and translation
Definition
Namespace:ArtOfTest.Common.Design
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public abstract class CommandTypeBase : ICloneable
Inheritance: objectCommandTypeBase
Derived Classes:
Implements:
Constructors
CommandTypeBase()
Declaration
protected CommandTypeBase()
CommandTypeBase(CommandCategoryType)
Creates a new CommandType object that represents a non-action (verification or UI cue)
Declaration
public CommandTypeBase(CommandCategoryType category)
Parameters
category
The category of command
CommandTypeBase(DesktopCommandType)
Creates a new CommandType object that represents a desktop action
Declaration
public CommandTypeBase(DesktopCommandType desktopCommandType)
Parameters
desktopCommandType
The type of desktop action
Properties
CommandCategoryType
Gets the category of this command
Declaration
public CommandCategoryType CommandCategoryType { get; set; }
Property Value
DesktopCommandType
Gets the type of desktop action, if this CommandType represents a desktop action (else, DesktopCommandType.NotSet)
Declaration
public DesktopCommandType DesktopCommandType { get; set; }
Property Value
TechnologyType
Gets the technology that this command is for
Declaration
public abstract TechnologyType TechnologyType { get; }
Property Value