C# Класс DLaB.XrmToolboxCommon.DialogBase

Показать файл Открыть проект

Открытые методы

Метод Описание
DialogBase ( ) : System
DialogBase ( PluginControlBase callingControl ) : System
RaiseRequestConnectionEvent ( RequestConnectionEventArgs args ) : void
SetWorkingMessage ( string message, int width = 340, int height = 100 ) : void
WorkAsync ( WorkAsyncInfo info ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
AssertCallingControlExists ( ) : void
RetrieveActions ( ) : void
RetrieveEntities ( ) : void

Описание методов

DialogBase() публичный Метод

public DialogBase ( ) : System
Результат System

DialogBase() публичный Метод

public DialogBase ( PluginControlBase callingControl ) : System
callingControl PluginControlBase
Результат System

ExecuteMethod() защищенный Метод

Checks to make sure that the Plugin has an IOrganizationService Connection, before calling the action.
protected ExecuteMethod ( Action action ) : void
action Action
Результат void

RaiseRequestConnectionEvent() публичный Метод

public RaiseRequestConnectionEvent ( RequestConnectionEventArgs args ) : void
args RequestConnectionEventArgs
Результат void

RetrieveActionsOnLoad() защищенный Метод

protected RetrieveActionsOnLoad ( Action loadActions ) : void
loadActions Action
Результат void

RetrieveEntityMetadatasOnLoad() защищенный Метод

protected RetrieveEntityMetadatasOnLoad ( Action loadEntities ) : void
loadEntities Action
Результат void

SetWorkingMessage() публичный Метод

public SetWorkingMessage ( string message, int width = 340, int height = 100 ) : void
message string
width int
height int
Результат void

WorkAsync() публичный Метод

public WorkAsync ( WorkAsyncInfo info ) : void
info WorkAsyncInfo
Результат void