C# Class Glyma.Powershell.Base.Repair_GLDatabaseIntegrityBase

Inheritance: IGLCmdletBase
Mostra file Open project: chris-tomich/Glyma

Public Methods

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

Private Methods

Method Description
CheckIsValid ( HashSet &validMaps, Node node ) : bool
FindOrphanedRelationships ( HashSet &orphanedRelationships, Node orphanedNode ) : void
RecusivelyFindValidMaps ( HashSet &validMaps, Node mapNode ) : void

Method Details

ExecuteCmdletBase() public method

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