C# Class DLaB.EarlyBoundGenerator.SpecifyStringValuesDialog

Exibir arquivo Open project: daryllabar/DLaB.Xrm.XrmToolBoxTools

Private Properties

Property Type Description
BtnSave_Click void
Enable void
GetObjectCollection object[]
InitializeComponent void
LoadSpecifiedValues void
SpecifyStringValuesDialog_Load void

Public Methods

Method Description
SpecifyStringValuesDialog ( ) : System
SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

SpecifyStringValuesDialog() public method

public SpecifyStringValuesDialog ( ) : System
return System

SpecifyStringValuesDialog() public method

public SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System
callingControl PluginControlBase
title string
return System