C# 클래스 SIL.FieldWorks.Common.FwUtils.FLExBridgeHelper.FLExBridgeService

상속: IFLExBridgeService
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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

메소드 상세

BridgeReady() 공개 메소드

public BridgeReady ( ) : void
리턴 void

BridgeSentJumpUrl() 공개 메소드

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.
리턴 void

BridgeWorkComplete() 공개 메소드

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
리턴 void

InformFwProjectName() 공개 메소드

public InformFwProjectName ( string fwProjectName ) : void
fwProjectName string
리턴 void