C# 클래스 DLaB.EarlyBoundGenerator.Logic

파일 보기 프로젝트 열기: daryllabar/DLaB.Xrm.XrmToolBoxTools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Create void
GetConfigArguments string
GetOutputFilePath string
GetSafeArgs string
HandleResult void
Speak void
UpdateConfigAppSetting bool
UpdateCrmSvcUtilConfig void
UpdateStatus void
UpdateStatus void
UpdateStatus void

공개 메소드들

메소드 설명
CreateActions ( ) : void
CreateEntities ( ) : void
CreateOptionSets ( ) : void
ExecuteAll ( ) : void
Logic ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig ) : System

보호된 메소드들

메소드 설명
AbleToMakeFileAccessible ( string filePath ) : bool

비공개 메소드들

메소드 설명
Create ( CreationType creationType ) : void
GetConfigArguments ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig, CreationType type ) : string
GetOutputFilePath ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig, CreationType creationType ) : string
GetSafeArgs ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig, Process p ) : string
HandleResult ( string filePath, System.DateTime date, CreationType creationType, string consoleOutput, bool speakResult ) : void
Speak ( string words, bool speakResult ) : void
UpdateConfigAppSetting ( Configuration file, string key, string configValue, bool keepWhiteSpace = false ) : bool
UpdateCrmSvcUtilConfig ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig ) : void
UpdateStatus ( LogMessageInfo info ) : void
UpdateStatus ( string message ) : void
UpdateStatus ( string summary, string detail ) : void

메소드 상세

AbleToMakeFileAccessible() 보호된 메소드

protected AbleToMakeFileAccessible ( string filePath ) : bool
filePath string
리턴 bool

CreateActions() 공개 메소드

public CreateActions ( ) : void
리턴 void

CreateEntities() 공개 메소드

public CreateEntities ( ) : void
리턴 void

CreateOptionSets() 공개 메소드

public CreateOptionSets ( ) : void
리턴 void

ExecuteAll() 공개 메소드

public ExecuteAll ( ) : void
리턴 void

Logic() 공개 메소드

public Logic ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig ) : System
earlyBoundGeneratorConfig DLaB.EarlyBoundGenerator.Settings.EarlyBoundGeneratorConfig
리턴 System