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

상속: IGLCmdletBase
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
GetAllMaps ( MappingToolDatabaseDataContext dataContext ) : List
GetMapById ( MappingToolDatabaseDataContext dataContext, System.Guid mapId ) : Glyma.Powershell.Model.Map
GetMapsByName ( MappingToolDatabaseDataContext dataContext, string mapName ) : List

메소드 상세

ExecuteCmdletBase() 공개 메소드

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