C# 클래스 SIM.Tool.Base.Wizards.WizardPipelineManager

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

공개 메소드들

메소드 설명
GetFinishActions ( XmlElement finish, Type args ) : IEnumerable
Initialize ( XmlElement wizardPipelinesElement ) : void
ParseFinishAction ( Type args, XmlElement ch ) : FinishAction
Start ( string name, Window owner, SIM.Pipelines.Processors.ProcessorArgs args = null, bool isAsync = null, System.Action action = null ) : void

비공개 메소드들

메소드 설명
GetFinishActionHives ( XmlElement finish, Type args ) : SIM.Tool.Base.Wizards.FinishActionHive[]
InitializeWizardPipeline ( XmlElement element ) : void

메소드 상세

GetFinishActions() 공개 정적인 메소드

public static GetFinishActions ( XmlElement finish, Type args ) : IEnumerable
finish System.Xml.XmlElement
args System.Type
리턴 IEnumerable

Initialize() 공개 정적인 메소드

public static Initialize ( XmlElement wizardPipelinesElement ) : void
wizardPipelinesElement System.Xml.XmlElement
리턴 void

ParseFinishAction() 공개 정적인 메소드

public static ParseFinishAction ( Type args, XmlElement ch ) : FinishAction
args System.Type
ch System.Xml.XmlElement
리턴 FinishAction

Start() 공개 정적인 메소드

public static Start ( string name, Window owner, SIM.Pipelines.Processors.ProcessorArgs args = null, bool isAsync = null, System.Action action = null ) : void
name string
owner System.Windows.Window
args SIM.Pipelines.Processors.ProcessorArgs
isAsync bool
action System.Action
리턴 void