Show / Hide Table of Contents

Class NewParam

A test parameter.

Inheritance
object
NewParam
Implements
IParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.TestBot.Controls
Assembly: Phoenix.Plugin.TestBot.dll
Syntax
public class NewParam : IParameter

Properties

View Source

Comment

Gets the comment for the parameter.

Declaration
public string Comment { get; }
Property Value
Type Description
string
View Source

DisplayName

Gets the display name for the parameter.

Declaration
public string DisplayName { get; }
Property Value
Type Description
string
View Source

Name

Gets the name of the parameter.

Declaration
public string Name { get; }
Property Value
Type Description
string

Implements

Phoenix.Views.Parameters.IParameter
  • View Source
In this article
Back to top Generated by DocFX