C# Class BExIS.Ext.Model.DB.DBVersionProvider

Inheritance: IVersionInfoProvider
ファイルを表示 Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
GetLatestVersion ( string moduleCode ) : System.Version
RemoveLatestVersion ( string moduleCode ) : bool
RemoveModule ( string moduleCode ) : bool
UpdateToVersion ( String moduleCode, System.Version version ) : bool

Method Details

GetLatestVersion() public method

public GetLatestVersion ( string moduleCode ) : System.Version
moduleCode string
return System.Version

RemoveLatestVersion() public method

public RemoveLatestVersion ( string moduleCode ) : bool
moduleCode string
return bool

RemoveModule() public method

public RemoveModule ( string moduleCode ) : bool
moduleCode string
return bool

UpdateToVersion() public method

public UpdateToVersion ( String moduleCode, System.Version version ) : bool
moduleCode String
version System.Version
return bool