IExchange interface
Interface that needs to be implemented by clients
public interface IExchange
Members
name | description |
---|---|
event AfterGetExchanges | Event should be invoked After the GetExchanges method. |
event AfterViewExchange | Event should be invoked After the ViewExchangeAsync. |
event BeforeGetExchanges | Event should be invoked Before the GetExchanges method. |
event BeforeViewExchange | Event should be invoked Before the ViewExchangeAsync. |
event ExchangeUpdated | Event should be invoked After exchange Updated event has been received. |
CopyExchangeLinkAsync(…) | Copy the Exchange. |
GetExchangeFilterView() | Gets the exchange filter view. |
GetExchangesAsync(…) | Get the list of available Exchanges. |
SelectElementsAsync(…) | Highlight/Select elements of selected exchanges. |
ViewExchangeAsync(…) | It will open the viewable URL in the default web browser. |
See Also
- namespace Autodesk.DataExchange.Core.Interface