C# Class FdoToolbox.Base.Forms.PendingParameterDialog

Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
GetExtraParameters ( IEnumerable properties ) : NameValueCollection
GetPendingParameters ( ) : NameValueCollection
PendingParameterDialog ( ) : System
PendingParameterDialog ( IEnumerable properties ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

GetExtraParameters() public static méthode

public static GetExtraParameters ( IEnumerable properties ) : NameValueCollection
properties IEnumerable
Résultat System.Collections.Specialized.NameValueCollection

GetPendingParameters() public méthode

public GetPendingParameters ( ) : NameValueCollection
Résultat NameValueCollection

PendingParameterDialog() public méthode

public PendingParameterDialog ( ) : System
Résultat System

PendingParameterDialog() public méthode

public PendingParameterDialog ( IEnumerable properties ) : System
properties IEnumerable
Résultat System