C# 클래스 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.

파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
GetGraphDataProviderDescription ( Object graphDataProvider ) : String
GetGraphDataProviderName ( Object graphDataProvider ) : String
GetGraphDataProviders ( ) : Object[]
TryGetGraphFromGraphDataProvider ( Object graphDataProvider, IGraph &graph ) : System.Boolean

비공개 메소드들

메소드 설명
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

메소드 상세

GetGraphDataProviderDescription() 공개 정적인 메소드

public static GetGraphDataProviderDescription ( Object graphDataProvider ) : String
graphDataProvider Object
리턴 String

GetGraphDataProviderName() 공개 정적인 메소드

public static GetGraphDataProviderName ( Object graphDataProvider ) : String
graphDataProvider Object
리턴 String

GetGraphDataProviders() 공개 정적인 메소드

public static GetGraphDataProviders ( ) : Object[]
리턴 Object[]

TryGetGraphFromGraphDataProvider() 공개 정적인 메소드

public static TryGetGraphFromGraphDataProvider ( Object graphDataProvider, IGraph &graph ) : System.Boolean
graphDataProvider Object
graph IGraph
리턴 System.Boolean