C# Class JPB.DataAccess.EntityCreator.UI.MsSQL.ViewModel.SqlEntityCreatorViewModel

Inheritance: AsyncViewModelBase, IMsSqlCreator
Afficher le fichier Open project: JPVenson/DataAccess Class Usage Examples

Private Properties

Свойство Type Description
AddTableExecute void
AdjustNamesExecute void
CanAddTableExecute bool
CanAdjustNamesExecute bool
CanCompileExecute bool
CanConnectToDatabaseExecute bool
CanDeleteSelectedTableExecute bool
CanLoadConfigExecute bool
CanSaveConfigExecute bool
CompileExecute void
ConnectToDatabaseExecute void
DeleteSelectedTableExecute void
LoadConfigExecute void
SaveConfigExecute void

Méthodes publiques

Méthode Description
Compile ( ) : void
CreateEntrys ( string connection, string outputPath, string database ) : void
OpenInfoWindowExecute ( object sender ) : void
SqlEntityCreatorViewModel ( ) : System

Private Methods

Méthode Description
AddTableExecute ( object sender ) : void
AdjustNamesExecute ( object sender ) : void
CanAddTableExecute ( object sender ) : bool
CanAdjustNamesExecute ( object sender ) : bool
CanCompileExecute ( object sender ) : bool
CanConnectToDatabaseExecute ( object sender ) : bool
CanDeleteSelectedTableExecute ( object sender ) : bool
CanLoadConfigExecute ( object sender ) : bool
CanSaveConfigExecute ( object sender ) : bool
CompileExecute ( object sender ) : void
ConnectToDatabaseExecute ( object sender ) : void
DeleteSelectedTableExecute ( object sender ) : void
LoadConfigExecute ( object sender ) : void
SaveConfigExecute ( object sender ) : void

Method Details

Compile() public méthode

public Compile ( ) : void
Résultat void

CreateEntrys() public méthode

public CreateEntrys ( string connection, string outputPath, string database ) : void
connection string
outputPath string
database string
Résultat void

OpenInfoWindowExecute() public méthode

public OpenInfoWindowExecute ( object sender ) : void
sender object
Résultat void

SqlEntityCreatorViewModel() public méthode

public SqlEntityCreatorViewModel ( ) : System
Résultat System