C# Class Frapid.Installer.AppInstaller

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
AppInstaller ( string tenant, string database, Installable installable ) : System
HasSchemaAsync ( string database ) : Task
InstallAsync ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
CreateMyAsync ( ) : System.Threading.Tasks.Task
CreateOverride ( ) : void
CreateSchemaAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
RunSqlAsync ( string tenant, string database, string fromFile ) : System.Threading.Tasks.Task

Method Details

AppInstaller() public méthode

public AppInstaller ( string tenant, string database, Installable installable ) : System
tenant string
database string
installable Frapid.Installer.Models.Installable
Résultat System

CreateMyAsync() protected méthode

protected CreateMyAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

CreateOverride() protected méthode

protected CreateOverride ( ) : void
Résultat void

CreateSchemaAsync() protected méthode

protected CreateSchemaAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

HasSchemaAsync() public méthode

public HasSchemaAsync ( string database ) : Task
database string
Résultat Task

InstallAsync() public méthode

public InstallAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task