Autodesk.DataExchange.UI assembly
Autodesk.DataExchange.UI namespace
public type | description |
---|---|
class Application | The ConnectorUI entry point class sets up the ConnectorUI based on the exchange model. Exchange models can be read-only, write-only, or both. The ConnectorUI also provides additional APIs for interacting with the UI, such as notifications, loading status, and more. |
class Configuration | The UI Configuration class where you can configure details that are displayed, including Connector version, Hosting Product and version, Feedback URL, etc. |
class ConnectorAPI | The ConnectorAPI class provides a UI-related functionalities such as exchange create, update, delete, etc. |
class ExchangesLoadedEventArgs | Event arguments for exchanges loaded event |
Autodesk.DataExchange.UI.Interfaces namespace
public type | description |
---|---|
interface IConnectorAPI | The IConnectorAPI class provides a UI-related functionalities such as exchange create, update, delete, etc. |
interface IMainWindowView | The IMainWindowView interface represents the contract for a main window view in an application. It defines the methods that can be implemented by a main window view to perform specific actions and updates. |
Autodesk.DataExchange.BaseModels namespace
public type | description |
---|---|
abstract class BaseExchangeModel | This base class provides basic Data Exchange capabilities which are required in common for models that intend to read to or write from a Data Exchange. It serves as a foundation for building upon these features. |
abstract class BaseReadOnlyExchangeModel | This base class provides essential read-only exchange capabilities while offering additional functionalities such as data caching and logging. It serves as a foundation for building upon these features. |
abstract class BaseReadWriteExchangeModel | This base class provides essential read and write exchange capabilities while offering additional functionalities such as data caching and logging. It serves as a foundation for building upon these features. |
abstract class BaseWriteOnlyExchangeModel | This base class provides essential write only exchange capabilities while offering additional functionalities such as data caching and logging. It serves as a foundation for building upon these features. |
Autodesk.DataExchange.UI.Helper namespace
public type | description |
---|---|
static class ExchangeUrl |