C# Class Smrf.NodeXL.GraphDataProviders.GraphDataProviderBase

Base class for graph data providers.
Inheritance: Object, IGraphDataProvider, IGraphDataProvider2
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_sDescription String
m_sName String

Méthodes publiques

Méthode Description
GraphDataProviderBase ( String name, String description ) : System

Initializes a new instance of the GraphDataProviderBase class.

TryGetGraphDataAsTemporaryFile ( String &pathToTemporaryFile ) : System.Boolean

Méthodes protégées

Méthode Description
CreateDialog ( ) : GraphDataProviderDialogBase

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

CreateDialog() protected abstract méthode

protected abstract CreateDialog ( ) : GraphDataProviderDialogBase
Résultat GraphDataProviderDialogBase

GraphDataProviderBase() public méthode

Initializes a new instance of the GraphDataProviderBase class.
public GraphDataProviderBase ( String name, String description ) : System
name String /// The name of the data provider. ///
description String /// A description of the data provider. ///
Résultat System

TryGetGraphDataAsTemporaryFile() public méthode

public TryGetGraphDataAsTemporaryFile ( String &pathToTemporaryFile ) : System.Boolean
pathToTemporaryFile String
Résultat System.Boolean

Property Details

m_sDescription protected_oe property

protected String m_sDescription
Résultat String

m_sName protected_oe property

protected String m_sName
Résultat String