IExchangeInput interface
This interface represents the contract for the IExchangeInput. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the IExchangeInput.
public interface IExchangeInput
Members
name | description |
---|---|
Attributes { get; set; } | This property represents the attributes of the exchange input. |
ExchangeDescription { get; set; } | This property represents the description of the exchange input. |
ExchangeTitle { get; set; } | This property represents the title of the exchange input. |
FolderID { get; set; } | This property represents the folder ID of the exchange input. |
FolderPath { get; set; } | This property represents the folder path of the exchange input. |
HubId { get; set; } | This property represents the hub ID of the exchange input. |
HubRegion { get; set; } | This property represents the hub region of the exchange input. |
ProjectID { get; set; } | This property represents the project ID of the exchange input. |
ProjectName { get; set; } | This property represents the project name of the exchange input. |
ProjectType { get; set; } | This property represents the project type of the exchange input. |
See Also
- namespace Autodesk.DataExchange.Core.Interface