C# Class DLaB.EarlyBoundGenerator.OptionSetSpecifierDialog

显示文件 Open project: daryllabar/DLaB.Xrm.XrmToolBoxTools Class Usage Examples

Private Properties

Property Type Description
BtnAdd_Click void
CmbAttributes_SelectedIndexChanged void
CmbEntities_SelectedIndexChanged void
CmbOptionSets_SelectedIndexChanged void
Enable void
LoadEntities void
LoadOptionSets void
LoadOrRetrieveEntities void
LocalOptionSetSpecifierDialog_Load void
MakeLocalVisible void
RdoGlobal_CheckedChanged void
RdoLocal_CheckedChanged void

Public Methods

Method Description
OptionSetSpecifierDialog ( ) : System
OptionSetSpecifierDialog ( PluginControlBase callingControl, bool selectOptionSetsForEntity, string title = null ) : System
RetrieveAttributes ( ) : void
RetrieveOptionSets ( ) : void

Private Methods

Method Description
BtnAdd_Click ( object sender, EventArgs e ) : void
CmbAttributes_SelectedIndexChanged ( object sender, EventArgs e ) : void
CmbEntities_SelectedIndexChanged ( object sender, EventArgs e ) : void
CmbOptionSets_SelectedIndexChanged ( object sender, EventArgs e ) : void
Enable ( bool enable ) : void
LoadEntities ( IEnumerable entities ) : void
LoadOptionSets ( IEnumerable optionSets ) : void
LoadOrRetrieveEntities ( ) : void
LocalOptionSetSpecifierDialog_Load ( object sender, EventArgs e ) : void
MakeLocalVisible ( Boolean value ) : void
RdoGlobal_CheckedChanged ( object sender, EventArgs e ) : void
RdoLocal_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

OptionSetSpecifierDialog() public method

public OptionSetSpecifierDialog ( ) : System
return System

OptionSetSpecifierDialog() public method

public OptionSetSpecifierDialog ( PluginControlBase callingControl, bool selectOptionSetsForEntity, string title = null ) : System
callingControl PluginControlBase
selectOptionSetsForEntity bool
title string
return System

RetrieveAttributes() public method

public RetrieveAttributes ( ) : void
return void

RetrieveOptionSets() public method

public RetrieveOptionSets ( ) : void
return void