BadScript 2
Loading...
Searching...
No Matches
BadScript2.Parser.BadParameterMetaData Class Reference

Implements a Meta Data container for a parameter. More...

Public Member Functions

 BadParameterMetaData (string type, string description)
 Creates a new Parameter Meta Data Object.
 

Public Attributes

readonly string Description
 The Description of the Parameter.
 
readonly string Type
 The Type of the Parameter.
 

Detailed Description

Implements a Meta Data container for a parameter.

Definition at line 6 of file BadParameterMetaData.cs.

Constructor & Destructor Documentation

◆ BadParameterMetaData()

BadScript2.Parser.BadParameterMetaData.BadParameterMetaData ( string  type,
string  description 
)

Creates a new Parameter Meta Data Object.

Parameters
typeThe Type of the Parameter
descriptionThe Description of the Parameter

Definition at line 23 of file BadParameterMetaData.cs.

24 {
25 Type = type;
26 Description = description;
27 }
readonly string Type
The Type of the Parameter.
readonly string Description
The Description of the Parameter.

Member Data Documentation

◆ Description

readonly string BadScript2.Parser.BadParameterMetaData.Description

The Description of the Parameter.

Definition at line 11 of file BadParameterMetaData.cs.

◆ Type

readonly string BadScript2.Parser.BadParameterMetaData.Type

The Type of the Parameter.

Definition at line 16 of file BadParameterMetaData.cs.


The documentation for this class was generated from the following file: