C# Class Exo.KfxReleaseScript.KfxReleaseSetupScript

Inheritance: IKfxReleaseSetupScript
Show file Open project: exodev/jcr-msofficeplugin

Public Methods

Method Description
ActionEvent ( KfxActionValue action, string str1, string str2 ) : KfxReturnValue
CloseScript ( ) : KfxReturnValue
OpenScript ( ) : KfxReturnValue
RunUI ( ) : KfxReturnValue

Private Methods

Method Description
DisplayException ( Exception e ) : void
LogException ( ReleaseSetupData setupData, Exception e ) : void

Method Details

ActionEvent() public method

public ActionEvent ( KfxActionValue action, string str1, string str2 ) : KfxReturnValue
action KfxActionValue
str1 string
str2 string
return KfxReturnValue

CloseScript() public method

public CloseScript ( ) : KfxReturnValue
return KfxReturnValue

OpenScript() public method

public OpenScript ( ) : KfxReturnValue
return KfxReturnValue

RunUI() public method

public RunUI ( ) : KfxReturnValue
return KfxReturnValue