C# 클래스 DLaB.XrmToolboxCommon.DialogBase

파일 보기 프로젝트 열기: daryllabar/DLaB.Xrm.XrmToolBoxTools

공개 메소드들

메소드 설명
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