C# Class XAF_Bootstrap.DatabaseUpdate.Updater

Inheritance: ModuleUpdater
Afficher le fichier Open project: Terricks/XAFBootstrap Class Usage Examples

Méthodes publiques

Méthode Description
CheckResource ( string location, string resourceName, System.Boolean copyOnlyIfNotExists = true, String Path = "XAF_Bootstrap.Content", Assembly assembly = null, String CustomDirectory = "" ) : void
CheckResources ( ) : void
Configuration ( IObjectSpace ObjectSpace ) : XAFBootstrapConfiguration
UpdateDatabaseAfterUpdateSchema ( ) : void
UpdateDatabaseBeforeUpdateSchema ( ) : void
Updater ( IObjectSpace objectSpace, System.Version currentDBVersion ) : System

Private Methods

Méthode Description
CopyResource ( string resourceName, string file, System.Boolean copyOnlyIfNotExists = true, Assembly assembly = null ) : void

Method Details

CheckResource() public static méthode

public static CheckResource ( string location, string resourceName, System.Boolean copyOnlyIfNotExists = true, String Path = "XAF_Bootstrap.Content", Assembly assembly = null, String CustomDirectory = "" ) : void
location string
resourceName string
copyOnlyIfNotExists System.Boolean
Path String
assembly System.Reflection.Assembly
CustomDirectory String
Résultat void

CheckResources() public static méthode

public static CheckResources ( ) : void
Résultat void

Configuration() public static méthode

public static Configuration ( IObjectSpace ObjectSpace ) : XAFBootstrapConfiguration
ObjectSpace IObjectSpace
Résultat XAF_Bootstrap.BusinessObjects.XAFBootstrapConfiguration

UpdateDatabaseAfterUpdateSchema() public méthode

public UpdateDatabaseAfterUpdateSchema ( ) : void
Résultat void

UpdateDatabaseBeforeUpdateSchema() public méthode

public UpdateDatabaseBeforeUpdateSchema ( ) : void
Résultat void

Updater() public méthode

public Updater ( IObjectSpace objectSpace, System.Version currentDBVersion ) : System
objectSpace IObjectSpace
currentDBVersion System.Version
Résultat System