Property | Type | Description | |
---|---|---|---|
m_sDescription | String | ||
m_sName | String |
Method | Description | |
---|---|---|
GraphDataProviderBase ( String name, String description ) : System |
Initializes a new instance of the GraphDataProviderBase class.
|
|
TryGetGraphDataAsTemporaryFile ( String &pathToTemporaryFile ) : System.Boolean |
Method | Description | |
---|---|---|
CreateDialog ( ) : |
Method | Description | |
---|---|---|
AssertValid ( ) : void |
protected abstract CreateDialog ( ) : |
||
return |
public GraphDataProviderBase ( String name, String description ) : System | ||
name | String | /// The name of the data provider. /// |
description | String | /// A description of the data provider. /// |
return | System |
public TryGetGraphDataAsTemporaryFile ( String &pathToTemporaryFile ) : System.Boolean | ||
pathToTemporaryFile | String | |
return | System.Boolean |