C# Class DLaB.EarlyBoundGenerator.SpecifyAttributesDialog

Inheritance: DialogBase
Show file Open project: daryllabar/DLaB.Xrm.XrmToolBoxTools Class Usage Examples

Public Methods

Method Description
SpecifyAttributesDialog ( ) : System
SpecifyAttributesDialog ( PluginControlBase callingControl ) : System

Protected Methods

Method Description
AddRow ( string entityName, string attribute ) : void
OpenAddDialog ( ) : void

Private Methods

Method Description
BtnAdd_Click ( object sender, EventArgs e ) : void
BtnSave_Click ( object sender, EventArgs e ) : void
SpecifyAttributesDialog_Load ( object sender, EventArgs e ) : void
dataGridView1_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Method Details

AddRow() protected method

protected AddRow ( string entityName, string attribute ) : void
entityName string
attribute string
return void

OpenAddDialog() protected method

protected OpenAddDialog ( ) : void
return void

SpecifyAttributesDialog() public method

public SpecifyAttributesDialog ( ) : System
return System

SpecifyAttributesDialog() public method

public SpecifyAttributesDialog ( PluginControlBase callingControl ) : System
callingControl PluginControlBase
return System