C# Class DLaB.EarlyBoundGenerator.Logic

Afficher le fichier Open project: daryllabar/DLaB.Xrm.XrmToolBoxTools Class Usage Examples

Private Properties

Свойство Type Description
Create void
GetConfigArguments string
GetOutputFilePath string
GetSafeArgs string
HandleResult void
Speak void
UpdateConfigAppSetting bool
UpdateCrmSvcUtilConfig void
UpdateStatus void
UpdateStatus void
UpdateStatus void

Méthodes publiques

Méthode Description
CreateActions ( ) : void
CreateEntities ( ) : void
CreateOptionSets ( ) : void
ExecuteAll ( ) : void
Logic ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig ) : System

Méthodes protégées

Méthode Description
AbleToMakeFileAccessible ( string filePath ) : bool

Private Methods

Méthode Description
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

Method Details

AbleToMakeFileAccessible() protected méthode

protected AbleToMakeFileAccessible ( string filePath ) : bool
filePath string
Résultat bool

CreateActions() public méthode

public CreateActions ( ) : void
Résultat void

CreateEntities() public méthode

public CreateEntities ( ) : void
Résultat void

CreateOptionSets() public méthode

public CreateOptionSets ( ) : void
Résultat void

ExecuteAll() public méthode

public ExecuteAll ( ) : void
Résultat void

Logic() public méthode

public Logic ( EarlyBoundGeneratorConfig earlyBoundGeneratorConfig ) : System
earlyBoundGeneratorConfig DLaB.EarlyBoundGenerator.Settings.EarlyBoundGeneratorConfig
Résultat System