C# 클래스 SIM.Core.Common.AggregatePipelineController

상속: IPipelineController
파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager

Private Properties

프로퍼티 타입 설명
GetMessages IEnumerable

공개 메소드들

메소드 설명
Ask ( [ title, [ defaultValue ) : string
Confirm ( [ message ) : bool
Execute ( [ path, string args ) : void
Finish ( [ message, bool closeInterface ) : void
IncrementProgress ( ) : void
IncrementProgress ( long progress ) : void
Pause ( ) : void
ProcessorCrashed ( [ error ) : void
ProcessorDone ( [ title ) : void
ProcessorSkipped ( string processorName ) : void
ProcessorStarted ( string title ) : void
Resume ( ) : void
Select ( string message, IEnumerable options, bool allowMultipleSelection = false, string defaultValue = null ) : string
SetProgress ( long progress ) : void
Start ( string replaceVariables, List steps ) : void

비공개 메소드들

메소드 설명
GetMessages ( ) : IEnumerable

메소드 상세

Ask() 공개 메소드

public Ask ( [ title, [ defaultValue ) : string
title [
defaultValue [
리턴 string

Confirm() 공개 메소드

public Confirm ( [ message ) : bool
message [
리턴 bool

Execute() 공개 메소드

public Execute ( [ path, string args ) : void
path [
args string
리턴 void

Finish() 공개 메소드

public Finish ( [ message, bool closeInterface ) : void
message [
closeInterface bool
리턴 void

IncrementProgress() 공개 메소드

public IncrementProgress ( ) : void
리턴 void

IncrementProgress() 공개 메소드

public IncrementProgress ( long progress ) : void
progress long
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

ProcessorCrashed() 공개 메소드

public ProcessorCrashed ( [ error ) : void
error [
리턴 void

ProcessorDone() 공개 메소드

public ProcessorDone ( [ title ) : void
title [
리턴 void

ProcessorSkipped() 공개 메소드

public ProcessorSkipped ( string processorName ) : void
processorName string
리턴 void

ProcessorStarted() 공개 메소드

public ProcessorStarted ( string title ) : void
title string
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Select() 공개 메소드

public Select ( string message, IEnumerable options, bool allowMultipleSelection = false, string defaultValue = null ) : string
message string
options IEnumerable
allowMultipleSelection bool
defaultValue string
리턴 string

SetProgress() 공개 메소드

public SetProgress ( long progress ) : void
progress long
리턴 void

Start() 공개 메소드

public Start ( string replaceVariables, List steps ) : void
replaceVariables string
steps List
리턴 void