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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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