C# Class Thinktecture.Tools.Web.Services.ContractFirst.XsdCodeGenDialog

Afficher le fichier Open project: WSCF/WSCF Class Usage Examples

Méthodes publiques

Méthode Description
XsdCodeGenDialog ( string xsdfiles ) : System
XsdCodeGenDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

IsMatchingPattern ( string pattern, string value ) : bool
LoadFormValues ( ) : void

Loads the values for the UI elements from the persisted storage.

SaveFormValues ( ) : void

Saves the form values

XsdCodeGenDialog_Load ( object sender, EventArgs e ) : void
bnCancel_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cbCollections_CheckedChanged ( object sender, EventArgs e ) : void
cbDataBinding_CheckedChanged ( object sender, EventArgs e ) : void
cbGenericList_CheckedChanged ( object sender, EventArgs e ) : void
cbMultipleFiles_CheckedChanged ( object sender, EventArgs e ) : void
cbVirtualProperties_CheckedChanged ( object sender, EventArgs e ) : void
pbWscf_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

XsdCodeGenDialog() public méthode

public XsdCodeGenDialog ( string xsdfiles ) : System
xsdfiles string
Résultat System

XsdCodeGenDialog_FormClosing() public méthode

public XsdCodeGenDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e FormClosingEventArgs
Résultat void