C# 클래스 NetIde.VisualStudio.Wizard.NetIdeWizard

상속: BaseWizard
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
NetIdeWizard ( ) : System
ProjectFinishedGenerating ( Project project ) : void
RunFinished ( ) : void
RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void

비공개 메소드들

메소드 설명
EncodeString ( string value ) : string
EncodeXml ( string value ) : string
GenerateDesignerFiles ( string destinationDirectory ) : void
GenerateResourceCodeBehind ( string basePath, string resourceFileName, string targetFileName ) : void
GetPackageConfiguration ( System.Xml.Linq.XDocument document ) : List
InstallNuGetPackages ( Project project ) : void
RenameFile ( Project project, string source, string target ) : void
SeedEncodedValues ( ) : void

메소드 상세

NetIdeWizard() 공개 메소드

public NetIdeWizard ( ) : System
리턴 System

ProjectFinishedGenerating() 공개 메소드

public ProjectFinishedGenerating ( Project project ) : void
project Project
리턴 void

RunFinished() 공개 메소드

public RunFinished ( ) : void
리턴 void

RunStarted() 공개 메소드

public RunStarted ( object automationObject, string>.Dictionary replacementsDictionary, WizardRunKind runKind, object customParams ) : void
automationObject object
replacementsDictionary string>.Dictionary
runKind WizardRunKind
customParams object
리턴 void