C# Класс NuDeploy.CommandLine.Commands.Console.RepositorySourceConfigurationCommand

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

Открытые свойства

Свойство Тип Описание
AllowedActions string[]
AlternativeCommandNames string[]

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

Метод Описание
Execute ( ) : bool
RepositorySourceConfigurationCommand ( IUserInterface userInterface, IRepositoryConfigurationCommandActionParser repositoryConfigurationCommandActionParser, ISourceRepositoryProvider sourceRepositoryProvider ) : System

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

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

public Execute ( ) : bool
Результат bool

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

public RepositorySourceConfigurationCommand ( IUserInterface userInterface, IRepositoryConfigurationCommandActionParser repositoryConfigurationCommandActionParser, ISourceRepositoryProvider sourceRepositoryProvider ) : System
userInterface IUserInterface
repositoryConfigurationCommandActionParser IRepositoryConfigurationCommandActionParser
sourceRepositoryProvider ISourceRepositoryProvider
Результат System

Описание свойств

AllowedActions публичное свойство

public string[] AllowedActions
Результат string[]

AlternativeCommandNames публичное свойство

public string[] AlternativeCommandNames
Результат string[]