IDataExchangeIdentifier interface
This interface represents the contract for the Data Exchange Identifier. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the Data Exchange Identifier.
public interface IDataExchangeIdentifier
Members
name | description |
---|---|
CollectionId { get; set; } | This property represents the collection ID of the Data exchange. |
ExchangeId { get; set; } | This property represents the exchange ID of the Data exchange. |
HubId { get; set; } | This property represents the Hub ID of the Data exchange. |
Validate() | This method validates the Data Exchange Identifier. |
See Also
- namespace Autodesk.DataExchange.Core.Interface