IExchangeItem interface
This interface represents the contract for the Autodesk.DataExchange It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the Autodesk.DataExchange.OpenAPI.
public interface IExchangeItem
Members
name | description |
---|---|
ContainerID { get; set; } | This property represents the container ID. |
CreatedBy { get; set; } | This property represents the exchange created by |
CreatedDateTime { get; set; } | This property represents the exchange created date time |
Description { get; set; } | This property represents the exchange description |
ExchangeID { get; set; } | This property represents the exchange ID |
ExchangeThumnail { get; set; } | This property represents the exchange thumnail |
ExternalGuid { get; set; } | This property represents the external GUID |
FileURN { get; set; } | This property represents the file URN |
FileVersion { get; set; } | This property represents the file version |
FileVersionURN { get; set; } | This property represents the file version URN |
FolderURN { get; set; } | This property represents the folder URN |
HubId { get; set; } | This property represents the hub ID |
HubRegion { get; set; } | This property represents the hub region |
IsChecked { get; set; } | This property represents the is checked |
IsExchangeFromRead { get; set; } | This property represents the is exchange from read |
IsUpdateEnabled { get; set; } | This property represents the is exchange enable for update |
LastModified { get; set; } | This property represents the last modified date time |
LastModifiedBy { get; set; } | This property represents the last modified by |
LastModifiedDate { get; set; } | This property represents the last modified date |
Name { get; set; } | This property represents the name |
ProjectName { get; set; } | This property represents the project name |
ProjectType { get; set; } | This property represents the project type |
ProjectURN { get; set; } | This property represents the project URN |
SchemaNamespace { get; set; } | This property represents the schema namespace |
See Also
- namespace Autodesk.DataExchange.Core.Interface