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

Asks the user whether he wants to import the partial network that was obtained.
When a PartialNetworkException is thrown, show this dialog. The dialog asks the user whether he wants to import the partial network that was obtained. If he does, Form.ShowDialog() returns DialogResult.Yes. Otherwise, it returns DialogResult.No.
상속: Smrf.AppLib.FormPlus
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oPartialNetworkException PartialNetworkException
m_sLastUnexpectedExceptionMessage String

공개 메소드들

메소드 설명
AssertValid ( ) : void
PartialNetworkDialog ( ) : System

Initializes a new instance of the class for the Visual Studio designer.

Do not use this constructor. It is for use by the Visual Studio designer only.

PartialNetworkDialog ( PartialNetworkException partialNetworkException, String lastUnexpectedExceptionMessage ) : System

Initializes a new instance of the class with a .

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

lnkDetails_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

PartialNetworkDialog() 공개 메소드

Initializes a new instance of the class for the Visual Studio designer.
Do not use this constructor. It is for use by the Visual Studio designer only.
public PartialNetworkDialog ( ) : System
리턴 System

PartialNetworkDialog() 공개 메소드

Initializes a new instance of the class with a .
public PartialNetworkDialog ( PartialNetworkException partialNetworkException, String lastUnexpectedExceptionMessage ) : System
partialNetworkException PartialNetworkException /// The that was thrown. ///
lastUnexpectedExceptionMessage String /// The most recent unexpected exception (after retries) that occurred /// while getting the network, converted to a message. ///
리턴 System

프로퍼티 상세

m_oPartialNetworkException 보호되어 있는 프로퍼티

protected PartialNetworkException,Smrf.NodeXL.GraphDataProviders m_oPartialNetworkException
리턴 PartialNetworkException

m_sLastUnexpectedExceptionMessage 보호되어 있는 프로퍼티

protected String m_sLastUnexpectedExceptionMessage
리턴 String