Class CommandTypeBase
Inheritance
System.Object
CommandTypeBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class CommandTypeBase : ICloneable
Constructors
CommandTypeBase()
Declaration
protected CommandTypeBase()
CommandTypeBase(CommandCategoryType)
Declaration
public CommandTypeBase(CommandCategoryType category)
Parameters
CommandCategoryType
category
|
CommandTypeBase(DesktopCommandType)
Declaration
public CommandTypeBase(DesktopCommandType desktopCommandType)
Parameters
DesktopCommandType
desktopCommandType
|
Properties
CommandCategoryType
Declaration
public CommandCategoryType CommandCategoryType { get; set; }
Property Value
CommandCategoryType
|
DesktopCommandType
Declaration
public DesktopCommandType DesktopCommandType { get; set; }
Property Value
DesktopCommandType
|
TechnologyType
Methods
Clone()
Declaration
public virtual object Clone()
Returns
System.Object
|
Implements
System.ICloneable.Clone()