C# Класс FdoToolbox.Base.Forms.PendingParameterDialog

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetExtraParameters ( IEnumerable properties ) : NameValueCollection
GetPendingParameters ( ) : NameValueCollection
PendingParameterDialog ( ) : System
PendingParameterDialog ( IEnumerable properties ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
AddOptionalEnumerableProperty ( string name, string defaultValue, IEnumerable values ) : DataGridViewRow
AddProperty ( string name, string defaultValue ) : DataGridViewRow
AddRequiredEnumerableProperty ( string name, string defaultValue, IEnumerable values ) : DataGridViewRow
AddRequiredProperty ( string name, string defaultValue ) : DataGridViewRow
InitializeComponent ( ) : void

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

InitializeGrid ( ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : 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

GetExtraParameters() публичный статический Метод

public static GetExtraParameters ( IEnumerable properties ) : NameValueCollection
properties IEnumerable
Результат System.Collections.Specialized.NameValueCollection

GetPendingParameters() публичный Метод

public GetPendingParameters ( ) : NameValueCollection
Результат NameValueCollection

PendingParameterDialog() публичный Метод

public PendingParameterDialog ( ) : System
Результат System

PendingParameterDialog() публичный Метод

public PendingParameterDialog ( IEnumerable properties ) : System
properties IEnumerable
Результат System