C# Class Glyma.UtilityService.Export.ExportUtilityFactory

Mostrar archivo Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateExportUtility ( MapType mapType, ExportType exportType ) : IExportUtility
ExportUtilityFactory ( IMapManager mapManager ) : Glyma.UtilityService.Common.Model

Method Details

CreateExportUtility() public method

public CreateExportUtility ( MapType mapType, ExportType exportType ) : IExportUtility
mapType MapType
exportType ExportType
return IExportUtility

ExportUtilityFactory() public method

public ExportUtilityFactory ( IMapManager mapManager ) : Glyma.UtilityService.Common.Model
mapManager IMapManager
return Glyma.UtilityService.Common.Model