C# Class Whee.WordBuilder.Exporters.ExporterFactory

Exibir arquivo Open project: alfar/WordBuilder

Private Properties

Property Type Description
ExporterFactory System

Public Methods

Method Description
GetExporter ( string name ) : IExporter
GetExporterNames ( ) : List

Private Methods

Method Description
ExporterFactory ( ) : System

Method Details

GetExporter() public static method

public static GetExporter ( string name ) : IExporter
name string
return IExporter

GetExporterNames() public static method

public static GetExporterNames ( ) : List
return List