C# Class Glyma.Powershell.Update.v1_5_0_r3.Update_v1_5_0_r3Base

This class will update a v1.5.0rev2 of the Glyma server to be v1.5.0rev3 compliant.
Inheritance: IUpdateGLDatabase
Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
UpdateMappingToolDatabase bool
UpdateTransactionDatabase bool

Public Methods

Method Description
ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void

Private Methods

Method Description
UpdateMappingToolDatabase ( System.Management.Automation.PSCmdlet callingCmdlet ) : bool
UpdateTransactionDatabase ( System.Management.Automation.PSCmdlet callingCmdlet ) : bool

Method Details

ExecuteCmdletBase() public method

public ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void
callingCmdlet System.Management.Automation.PSCmdlet
return void