메소드 | 설명 | |
---|---|---|
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 |
public BridgeSentJumpUrl ( string jumpUrl ) : void | ||
jumpUrl | string | Url of the FLEx object to jump to. |
리턴 | void |
public BridgeWorkComplete ( bool changesReceived ) : void | ||
changesReceived | bool | true if the send/receive or other operation resulted in local changes |
리턴 | void |
public InformFwProjectName ( string fwProjectName ) : void | ||
fwProjectName | string | |
리턴 | void |