C# Class DLaB.XrmToolboxCommon.DialogBase

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

Méthodes publiques

Méthode Description
DialogBase ( ) : System
DialogBase ( PluginControlBase callingControl ) : System
RaiseRequestConnectionEvent ( RequestConnectionEventArgs args ) : void
SetWorkingMessage ( string message, int width = 340, int height = 100 ) : void
WorkAsync ( WorkAsyncInfo info ) : void

Méthodes protégées

Méthode Description
ExecuteMethod ( Action action ) : void

Checks to make sure that the Plugin has an IOrganizationService Connection, before calling the action.

RetrieveActionsOnLoad ( Action loadActions ) : void
RetrieveEntityMetadatasOnLoad ( Action loadEntities ) : void

Private Methods

Méthode Description
AssertCallingControlExists ( ) : void
RetrieveActions ( ) : void
RetrieveEntities ( ) : void

Method Details

DialogBase() public méthode

public DialogBase ( ) : System
Résultat System

DialogBase() public méthode

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

ExecuteMethod() protected méthode

Checks to make sure that the Plugin has an IOrganizationService Connection, before calling the action.
protected ExecuteMethod ( Action action ) : void
action Action
Résultat void

RaiseRequestConnectionEvent() public méthode

public RaiseRequestConnectionEvent ( RequestConnectionEventArgs args ) : void
args RequestConnectionEventArgs
Résultat void

RetrieveActionsOnLoad() protected méthode

protected RetrieveActionsOnLoad ( Action loadActions ) : void
loadActions Action
Résultat void

RetrieveEntityMetadatasOnLoad() protected méthode

protected RetrieveEntityMetadatasOnLoad ( Action loadEntities ) : void
loadEntities Action
Résultat void

SetWorkingMessage() public méthode

public SetWorkingMessage ( string message, int width = 340, int height = 100 ) : void
message string
width int
height int
Résultat void

WorkAsync() public méthode

public WorkAsync ( WorkAsyncInfo info ) : void
info WorkAsyncInfo
Résultat void