C# Class DLaB.EarlyBoundGenerator.SpecifyAttributesDialog

Inheritance: DialogBase
Afficher le fichier Open project: daryllabar/DLaB.Xrm.XrmToolBoxTools Class Usage Examples

Méthodes publiques

Méthode Description
SpecifyAttributesDialog ( ) : System
SpecifyAttributesDialog ( PluginControlBase callingControl ) : System

Méthodes protégées

Méthode Description
AddRow ( string entityName, string attribute ) : void
OpenAddDialog ( ) : void

Private Methods

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

protected AddRow ( string entityName, string attribute ) : void
entityName string
attribute string
Résultat void

OpenAddDialog() protected méthode

protected OpenAddDialog ( ) : void
Résultat void

SpecifyAttributesDialog() public méthode

public SpecifyAttributesDialog ( ) : System
Résultat System

SpecifyAttributesDialog() public méthode

public SpecifyAttributesDialog ( PluginControlBase callingControl ) : System
callingControl PluginControlBase
Résultat System