C# Class SIL.FieldWorks.Common.FwUtils.FLExBridgeHelper.FLExBridgeService

Inheritance: IFLExBridgeService
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
BridgeReady ( ) : void
BridgeSentJumpUrl ( string jumpUrl ) : void

FLExBridge user clicked on the title of a particular conflict in the conflict report.

BridgeWorkComplete ( bool changesReceived ) : void

This method signals that FLExBridge completed normally.

InformFwProjectName ( string fwProjectName ) : void

Method Details

BridgeReady() public méthode

public BridgeReady ( ) : void
Résultat void

BridgeSentJumpUrl() public méthode

FLExBridge user clicked on the title of a particular conflict in the conflict report.
public BridgeSentJumpUrl ( string jumpUrl ) : void
jumpUrl string Url of the FLEx object to jump to.
Résultat void

BridgeWorkComplete() public méthode

This method signals that FLExBridge completed normally.
public BridgeWorkComplete ( bool changesReceived ) : void
changesReceived bool true if the send/receive or other operation resulted in local changes
Résultat void

InformFwProjectName() public méthode

public InformFwProjectName ( string fwProjectName ) : void
fwProjectName string
Résultat void