Method | 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 |
Method | Description | |
---|---|---|
ExecuteMethod ( Action action ) : void |
Checks to make sure that the Plugin has an IOrganizationService Connection, before calling the action.
|
|
RetrieveActionsOnLoad ( Action |
||
RetrieveEntityMetadatasOnLoad ( Action |
Method | Description | |
---|---|---|
AssertCallingControlExists ( ) : void | ||
RetrieveActions ( ) : void | ||
RetrieveEntities ( ) : void |
public DialogBase ( PluginControlBase callingControl ) : System | ||
callingControl | PluginControlBase | |
return | System |
protected ExecuteMethod ( Action action ) : void | ||
action | Action | |
return | void |
public RaiseRequestConnectionEvent ( RequestConnectionEventArgs args ) : void | ||
args | RequestConnectionEventArgs | |
return | void |
protected RetrieveActionsOnLoad ( Action |
||
loadActions | Action |
|
return | void |
protected RetrieveEntityMetadatasOnLoad ( Action |
||
loadEntities | Action |
|
return | void |
public SetWorkingMessage ( string message, int width = 340, int height = 100 ) : void | ||
message | string | |
width | int | |
height | int | |
return | void |
public WorkAsync ( WorkAsyncInfo info ) : void | ||
info | WorkAsyncInfo | |
return | void |