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

Mostrar archivo Open project: WSCF/WSCF Class Usage Examples

Public Methods

Method Description
XsdCodeGenDialog ( string xsdfiles ) : System
XsdCodeGenDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

XsdCodeGenDialog() public method

public XsdCodeGenDialog ( string xsdfiles ) : System
xsdfiles string
return System

XsdCodeGenDialog_FormClosing() public method

public XsdCodeGenDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e FormClosingEventArgs
return void