C# Class Dev2.Studio.Core.WebPropertyEditorScriptableClass

Inheritance: IPropertyEditorWizard
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Cancel ( ) : void
Close ( ) : void
CloseWizard ( ) : void
Dev2Done ( ) : void
Dev2ReloadResource ( System.Guid resourceID, string resourceType ) : void
Dev2Set ( string value1, string value2 ) : void
Dev2SetValue ( string value ) : void
FetchData ( string args ) : string
GetIntellisenseResults ( string searchTerm, int caretPosition ) : string
OpenPropertyEditor ( ) : void
Save ( string value, bool closeBrowserWindow = true ) : void

Protected Methods

Method Description
OnNavigateRequested ( string uri ) : void

Private Methods

Method Description
InvokeAction ( System.Action action ) : void
InvokeActionAsync ( System.Action action ) : void
InvokeFunction ( Func action ) : object

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Close() public method

public Close ( ) : void
return void

CloseWizard() public method

public CloseWizard ( ) : void
return void

Dev2Done() public method

public Dev2Done ( ) : void
return void

Dev2ReloadResource() public method

public Dev2ReloadResource ( System.Guid resourceID, string resourceType ) : void
resourceID System.Guid
resourceType string
return void

Dev2Set() public method

public Dev2Set ( string value1, string value2 ) : void
value1 string
value2 string
return void

Dev2SetValue() public method

public Dev2SetValue ( string value ) : void
value string
return void

FetchData() public method

public FetchData ( string args ) : string
args string
return string

GetIntellisenseResults() public method

public GetIntellisenseResults ( string searchTerm, int caretPosition ) : string
searchTerm string
caretPosition int
return string

OnNavigateRequested() protected method

protected OnNavigateRequested ( string uri ) : void
uri string
return void

OpenPropertyEditor() public method

public OpenPropertyEditor ( ) : void
return void

Save() public method

public Save ( string value, bool closeBrowserWindow = true ) : void
value string
closeBrowserWindow bool
return void