C# Class Glyma.Powershell.Base.Get_GLMapBase

Inheritance: IGLCmdletBase
显示文件 Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetAllMaps ( MappingToolDatabaseDataContext dataContext ) : List
GetMapById ( MappingToolDatabaseDataContext dataContext, System.Guid mapId ) : Glyma.Powershell.Model.Map
GetMapsByName ( MappingToolDatabaseDataContext dataContext, string mapName ) : List

Method Details

ExecuteCmdletBase() public method

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