C# Class Crabwise.CommandWrap.CommandSyntaxAttribute

Inheritance: SyntaxAttribute
ファイルを表示 Open project: CrabwiseStudios/CommandWrap

Public Methods

Method Description
CommandSyntaxAttribute ( string syntax ) : System

Initializes a new instance of the CommandSyntaxAttribute class.

GetFullPath ( ) : string

Gets the full path pointing to the file name indicated by this attribute.

The System.String returned by this method is calculated by combining the CommandSyntaxAttribute.DefaultPath property and the SyntaxAttribute.Syntax property.

Method Details

CommandSyntaxAttribute() public method

Initializes a new instance of the CommandSyntaxAttribute class.
public CommandSyntaxAttribute ( string syntax ) : System
syntax string The syntax of the command.
return System

GetFullPath() public method

Gets the full path pointing to the file name indicated by this attribute.
The System.String returned by this method is calculated by combining the CommandSyntaxAttribute.DefaultPath property and the SyntaxAttribute.Syntax property.
public GetFullPath ( ) : string
return string