C# 클래스 ACPAddIn.Client

This class hide the underlying network components to the upper layer. It provide a set of logic function to call, and each call will trigger a network request to call the same function in Java ACP under ACPLogic class. Author: Loke Yan Hao
파일 보기 프로젝트 열기: autocompaste/AutoComPaste 1 사용 예제들

공개 메소드들

메소드 설명
checkServerAlive ( ) : bool
chooseSuggestion ( Suggestion suggestion ) : void
closeDestinationDocument ( int id ) : void
getFilePath ( ) : String
requestExtendSuggestion ( int id, int type ) : List
requestSuggestion ( String userInput, System.Boolean autoTrigger ) : List
setDestinationDocument ( int id ) : void

비공개 메소드들

메소드 설명
invokeRemote ( Operation operation ) : OperationResult

메소드 상세

checkServerAlive() 공개 메소드

public checkServerAlive ( ) : bool
리턴 bool

chooseSuggestion() 공개 메소드

public chooseSuggestion ( Suggestion suggestion ) : void
suggestion ACPAddIn.Object_Class.Suggestion
리턴 void

closeDestinationDocument() 공개 메소드

public closeDestinationDocument ( int id ) : void
id int
리턴 void

getFilePath() 공개 메소드

public getFilePath ( ) : String
리턴 String

requestExtendSuggestion() 공개 메소드

public requestExtendSuggestion ( int id, int type ) : List
id int
type int
리턴 List

requestSuggestion() 공개 메소드

public requestSuggestion ( String userInput, System.Boolean autoTrigger ) : List
userInput String
autoTrigger System.Boolean
리턴 List

setDestinationDocument() 공개 메소드

public setDestinationDocument ( int id ) : void
id int
리턴 void