RunCommandParameterDefinition Class

Definition

Describes the properties of a run command parameter.

public class RunCommandParameterDefinition
type RunCommandParameterDefinition = class
Public Class RunCommandParameterDefinition
Inheritance
RunCommandParameterDefinition

Constructors

RunCommandParameterDefinition()

Initializes a new instance of the RunCommandParameterDefinition class.

RunCommandParameterDefinition(String, String, String, Nullable<Boolean>)

Initializes a new instance of the RunCommandParameterDefinition class.

Properties

DefaultValue

Gets or sets the run command parameter default value.

Name

Gets or sets the run command parameter name.

Required

Gets or sets the run command parameter required.

Type

Gets or sets the run command parameter type.

Methods

Validate()

Validate the object.

Applies to