C# Class DLaB.EarlyBoundGenerator.SpecifyStringValuesDialog

Afficher le fichier Open project: daryllabar/DLaB.Xrm.XrmToolBoxTools

Private Properties

Свойство Type Description
BtnSave_Click void
Enable void
GetObjectCollection object[]
InitializeComponent void
LoadSpecifiedValues void
SpecifyStringValuesDialog_Load void

Méthodes publiques

Méthode Description
SpecifyStringValuesDialog ( ) : System
SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BtnSave_Click ( object sender, EventArgs e ) : void
Enable ( bool enable ) : void
GetObjectCollection ( IEnumerable values ) : object[]
InitializeComponent ( ) : void

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

LoadSpecifiedValues ( ) : void
SpecifyStringValuesDialog_Load ( 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

SpecifyStringValuesDialog() public méthode

public SpecifyStringValuesDialog ( ) : System
Résultat System

SpecifyStringValuesDialog() public méthode

public SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System
callingControl PluginControlBase
title string
Résultat System