C# Class Smrf.NodeXL.ExcelTemplate.PlugInManager

Provides access to plug-in classes.
Call GetGraphDataProviders to get an array plug-in classes that implement IGraphDataProvider.

All methods are static.

Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
GetGraphDataProviderDescription ( Object graphDataProvider ) : String
GetGraphDataProviderName ( Object graphDataProvider ) : String
GetGraphDataProviders ( ) : Object[]
TryGetGraphFromGraphDataProvider ( Object graphDataProvider, IGraph &graph ) : System.Boolean

Private Methods

Méthode Description
AddBuiltInGraphDataProviders ( List oGraphDataProviders ) : void
AddGraphDataProvidersFromFile ( String sFilePath, List oGraphDataProviders ) : void
AddGraphDataProvidersFromType ( Type oType, List oGraphDataProviders ) : void
AddPlugInFolderGraphDataProviders ( List oGraphDataProviders ) : void
SortGraphDataProviders ( List oGraphDataProviders ) : void
TryGetFilesInPlugInFolder ( IEnumerable &oFilePaths ) : System.Boolean
TryGetTypesFromFile ( String sFilePath, Type &aoTypes ) : System.Boolean

Method Details

GetGraphDataProviderDescription() public static méthode

public static GetGraphDataProviderDescription ( Object graphDataProvider ) : String
graphDataProvider Object
Résultat String

GetGraphDataProviderName() public static méthode

public static GetGraphDataProviderName ( Object graphDataProvider ) : String
graphDataProvider Object
Résultat String

GetGraphDataProviders() public static méthode

public static GetGraphDataProviders ( ) : Object[]
Résultat Object[]

TryGetGraphFromGraphDataProvider() public static méthode

public static TryGetGraphFromGraphDataProvider ( Object graphDataProvider, IGraph &graph ) : System.Boolean
graphDataProvider Object
graph IGraph
Résultat System.Boolean