Class NewParam
A test parameter.
Implements
IParameter
Inherited Members
Namespace: Phoenix.TestBot.Controls
Assembly: Phoenix.Plugin.TestBot.dll
Syntax
public class NewParam : IParameter
Properties
View SourceComment
Gets the comment for the parameter.
Declaration
public string Comment { get; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Gets the display name for the parameter.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the name of the parameter.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Implements
Phoenix.Views.Parameters.IParameter