C# Класс Crabwise.CommandWrap.CommandSyntaxAttribute

Наследование: SyntaxAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CommandSyntaxAttribute() публичный Метод

Initializes a new instance of the CommandSyntaxAttribute class.
public CommandSyntaxAttribute ( string syntax ) : System
syntax string The syntax of the command.
Результат System

GetFullPath() публичный Метод

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
Результат string