Request

Response

    IConnectorAPI interface

    The IConnectorAPI class provides a UI-related functionalities such as exchange create, update, delete, etc.

    public interface IConnectorAPI
    

    Members

    namedescription
    event ConnectorClosed It will trigger when connector is closed.
    event ExchangesLoaded It will trigger when exchanges are loading in connector.
    AddSuppressUIArgs(…) Add an instance of SuppressUIArgs.
    CloseConnector() Close connector window
    CopyExchangeLink(…) Copy data exchange link.
    CreateExchange(…) Creates a new exchange.
    DeleteExchange(…) Delete the data exchange.
    GetAllSuppressUIArgs() Return collection of suppress args
    GetExchangeItem(…) It will return data exchange details.
    GetExchanges() It will return all data exchanges.
    GetNotifications() It will return all notifications.
    GetSuppressUIArgs<T>() Return specific type of suppress args.
    LoadExchange(…) Load the data exchange.
    LoadLatestExchange(…) Load the latest details of the data exchange.
    Remove(…) Remove SuppressUIArgs
    SelectElements(…) Select elements belongs to the data exchanges.
    UnloadExchange(…) Unload the loaded data exchange.
    UpdateExchange(…) Update the data exchange.
    ViewExchange(…) View data exchange on viewer.

    See Also