C# 클래스 Glyma.Powershell.Base.Repair_GLDatabaseIntegrityBase

상속: IGLCmdletBase
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void

비공개 메소드들

메소드 설명
CheckIsValid ( HashSet &validMaps, Node node ) : bool
FindOrphanedRelationships ( HashSet &orphanedRelationships, Node orphanedNode ) : void
RecusivelyFindValidMaps ( HashSet &validMaps, Node mapNode ) : void

메소드 상세

ExecuteCmdletBase() 공개 메소드

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