C# Class Exo.KfxReleaseScript.KfxReleaseSetupScript

Inheritance: IKfxReleaseSetupScript
Afficher le fichier Open project: exodev/jcr-msofficeplugin

Méthodes publiques

Méthode Description
ActionEvent ( KfxActionValue action, string str1, string str2 ) : KfxReturnValue
CloseScript ( ) : KfxReturnValue
OpenScript ( ) : KfxReturnValue
RunUI ( ) : KfxReturnValue

Private Methods

Méthode Description
DisplayException ( Exception e ) : void
LogException ( ReleaseSetupData setupData, Exception e ) : void

Method Details

ActionEvent() public méthode

public ActionEvent ( KfxActionValue action, string str1, string str2 ) : KfxReturnValue
action KfxActionValue
str1 string
str2 string
Résultat KfxReturnValue

CloseScript() public méthode

public CloseScript ( ) : KfxReturnValue
Résultat KfxReturnValue

OpenScript() public méthode

public OpenScript ( ) : KfxReturnValue
Résultat KfxReturnValue

RunUI() public méthode

public RunUI ( ) : KfxReturnValue
Résultat KfxReturnValue