IDataExchange interface
This interface represents the contract for the Data Exchange. 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.
public interface IDataExchange
Members
name | description |
---|---|
Attributes { get; set; } | This property represents the attributes of the Data Exchange. |
CollectionID { get; set; } | This property represents the collection ID of the Data Exchange. |
CreatedBy { get; set; } | This property represents the created by of the Data Exchange. |
CreateTime { get; set; } | This property represents the created time of the Data Exchange. |
ExchangeDescription { get; set; } | This property represents the description of the Data Exchange. |
ExchangeID { get; set; } | This property represents the exchange ID of the Data Exchange. |
ExchangeThumbnail { get; set; } | This property represents the exchange thumbnail of the Data Exchange. |
ExchangeTitle { get; set; } | This property represents the exchange title of the Data Exchange. |
ExternalGuid { get; set; } | This property represents the external GUID of the Data Exchange. |
FileURN { get; set; } | This property represents the file URN of the Data Exchange. |
FileVersionId { get; set; } | This property represents the file version ID of the Data Exchange. |
FolderPath { get; set; } | This property represents the folder path of the Data Exchange. |
FolderURN { get; set; } | This property represents the folder URN of the Data Exchange. |
HubId { get; set; } | This property represents the hub ID of the Data Exchange. |
HubRegion { get; set; } | This property represents the hub region of the Data Exchange. |
IsExchangeFromRead { get; set; } | This property represents the is exchange read only. |
IsUpdateAvailable { get; set; } | This property represents the is update available of the Data Exchange. |
IsValid { get; set; } | This property represents the is valid of the Data Exchange. |
ProjectName { get; set; } | This property represents the project name of the Data Exchange. |
ProjectType { get; set; } | This property represents the project type of the Data Exchange. |
ProjectURN { get; set; } | This property represents the project URN of the Data Exchange. |
SchemaNamespace { get; set; } | This property represents the schema namespace of the Data Exchange. |
Updated { get; set; } | This property represents the Updated time of the Data Exchange. |
UpdatedBy { get; set; } | This property represents the updated by of the Data Exchange. |
GetExchangeVersion() | This method return the version of the Data Exchange. |
See Also
- namespace Autodesk.DataExchange.Core.Interface