Class HtmlCommandType
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.WebAii.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class HtmlCommandType : CommandTypeBase, ICloneable
Constructors
HtmlCommandType(CommandCategoryType)
Declaration
public HtmlCommandType(CommandCategoryType category)
Parameters
CommandCategoryType
category
|
HtmlCommandType(DesktopCommandType)
Declaration
public HtmlCommandType(DesktopCommandType desktopCommandType)
Parameters
DesktopCommandType
desktopCommandType
|
HtmlCommandType(BrowserCommandType)
Declaration
public HtmlCommandType(BrowserCommandType browserCommandType)
Parameters
BrowserCommandType
browserCommandType
|
Properties
BrowserCommandType
Declaration
public BrowserCommandType BrowserCommandType { get; set; }
Property Value
BrowserCommandType
|
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
Methods
New(CommandType)
Declaration
public static HtmlCommandType New(CommandType commandType)
Parameters
CommandType
commandType
|
Returns
HtmlCommandType
|