C# Class DLaB.EarlyBoundGenerator.OptionSetSpecifierDialog

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

Private Properties

Свойство 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

Méthodes publiques

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

Private Methods

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

public OptionSetSpecifierDialog ( ) : System
Résultat System

OptionSetSpecifierDialog() public méthode

public OptionSetSpecifierDialog ( PluginControlBase callingControl, bool selectOptionSetsForEntity, string title = null ) : System
callingControl PluginControlBase
selectOptionSetsForEntity bool
title string
Résultat System

RetrieveAttributes() public méthode

public RetrieveAttributes ( ) : void
Résultat void

RetrieveOptionSets() public méthode

public RetrieveOptionSets ( ) : void
Résultat void