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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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