Aras.IOME Namespace |
| Class | Description | |
|---|---|---|
| CheckinCompletedEventArgs |
Provides data for CheckinCompleted which is raised when checkin operation was completed.
| |
| CheckinManager | ||
| CheckinProgressChangedEventArgs |
Provides data for CheckinProgressChanged event which is raised when one of the steps of checkin operation was completed.
| |
| CheckoutManager |
Provide methods for locking all required items in the specified configuration of items and
for synchronous and asynchronous downloading of all the files in the configuration.
| |
| DownloadFileCompletedEventArgs |
Provides data for DownloadFileCompleted event which is raised when a single file download is complete.
| |
| DownloadFilesCompletedEventArgs |
Provides data for DownloadFilesCompleted event which is raised when either all file downloads
are complete or when the operation was cancled by user.
| |
| DownloadFilesProgressChangedEventArgs |
Provides data for DownloadFilesProgressChanged event which is raised when the progress percentage is changed.
| |
| DownloadResult |
Represents result of a single file download.
| |
| InvalidConflictDetectionResult |
Class represents invalid ConflictDetection result exception.
| |
| ItemErrorException |
Exception which wrap error Item
| |
| MultiParentConfigurationBuilder |
This ItemConfigurationBuilder allows to add parent Items for all Items in configuration
| |
| UploadFileCompletedEventArgs |
Provides data for UploadFileCompleted event which is raised when uploading of a single file to vault was completed.
| |
| UploadFilesCompletedEventArgs |
Provides information for UploadFilesCompleted event which is raised when uploading of all files in configuration was completed.
| |
| UploadFilesProgressChangedEventArgs |
Provides data for UploadFilesProgressChanged event which is raised when the progress percentage is changed (a file is uploaded to vault).
| |
| UploadResult |
Represents result of a single file upload.
|
| Interface | Description | |
|---|---|---|
| IItemConfigurationBuilder |
Interface must be implemented by ItemConfigurationBuilders, allows to get modified configuration
|
| Delegate | Description | |
|---|---|---|
| CheckinCompletedEventHandler |
Checkin operation was completed handler
| |
| CheckinProgressChangedEventHandler |
Checkin operation progress has changed handler
| |
| DownloadFileCompletedEventHandler |
Delegate for DownloadFileCompleted event handler which is called when download of a single file is complete.
| |
| DownloadFilesCompletedEventHandler |
Delegate for DownloadFilesCompleted event handler which is called when either all files
finished downloading or when the operation was canceled by user.
| |
| DownloadFilesProgressChangedEventHandler |
Delegate for DownloadFilesProgressChanged event handler which is called when download progress is changed.
| |
| UploadFileCompletedEventHandler |
Uploading of file was completed handler
| |
| UploadFilesCompletedEventHandler |
Uploading files operation was completed
| |
| UploadFilesProgressChangedHandler |
Uploading files progress has changed handler
|
| Enumeration | Description | |
|---|---|---|
| CheckinManagerFlags |
Enumeration for setting additional actions after checkin
| |
| CheckoutManagerFlags |
Enumeration for setting additional checkout parameters
|