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 |
Method | Description | |
---|---|---|
OnNavigateRequested ( string uri ) : void |
Method | Description | |
---|---|---|
InvokeAction ( System.Action action ) : void | ||
InvokeActionAsync ( System.Action action ) : void | ||
InvokeFunction ( Func |
public Dev2ReloadResource ( System.Guid resourceID, string resourceType ) : void | ||
resourceID | System.Guid | |
resourceType | string | |
return | void |
public Dev2Set ( string value1, string value2 ) : void | ||
value1 | string | |
value2 | string | |
return | void |
public GetIntellisenseResults ( string searchTerm, int caretPosition ) : string | ||
searchTerm | string | |
caretPosition | int | |
return | string |
protected OnNavigateRequested ( string uri ) : void | ||
uri | string | |
return | void |
public Save ( string value, bool closeBrowserWindow = true ) : void | ||
value | string | |
closeBrowserWindow | bool | |
return | void |