C# 클래스 Smrf.NodeXL.GraphDataProviders.GraphDataProviderBase

Base class for graph data providers.
상속: Object, IGraphDataProvider, IGraphDataProvider2
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_sDescription String
m_sName String

공개 메소드들

메소드 설명
GraphDataProviderBase ( String name, String description ) : System

Initializes a new instance of the GraphDataProviderBase class.

TryGetGraphDataAsTemporaryFile ( String &pathToTemporaryFile ) : System.Boolean

보호된 메소드들

메소드 설명
CreateDialog ( ) : GraphDataProviderDialogBase

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

CreateDialog() 보호된 추상적인 메소드

protected abstract CreateDialog ( ) : GraphDataProviderDialogBase
리턴 GraphDataProviderDialogBase

GraphDataProviderBase() 공개 메소드

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. ///
리턴 System

TryGetGraphDataAsTemporaryFile() 공개 메소드

public TryGetGraphDataAsTemporaryFile ( String &pathToTemporaryFile ) : System.Boolean
pathToTemporaryFile String
리턴 System.Boolean

프로퍼티 상세

m_sDescription 보호되어 있는 프로퍼티

protected String m_sDescription
리턴 String

m_sName 보호되어 있는 프로퍼티

protected String m_sName
리턴 String