C# 클래스 NuDeploy.CommandLine.Commands.Console.RepositorySourceConfigurationCommand

상속: ICommand
파일 보기 프로젝트 열기: andreaskoch/NuDeploy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]