AbstractImportExportSettings Methods |
The AbstractImportExportSettings type exposes the following members.
Name | Description | |
---|---|---|
Cancel |
Cancels the process.
| |
ClearProgressLog |
Clears progress log.
| |
Deselect |
Selects the given object.
| |
DeselectTask |
Selects the given task.
| |
GetAPIString |
Gets resource string in correct culture.
| |
GetFromPersistentStorage |
Gets the settings from the persistent storage.
| |
GetInfo |
Gets additional information.
| |
GetObjectData |
Serialization function.
| |
GetObjectsProcessType |
Gets process type of object type.
| |
GetObjectTypeFilePath |
Gets file path within the package for object type.
| |
GetObjectWhereCondition |
Gets the where condition for specified type of object.
| |
GetProgressState |
Gets progress state.
| |
GetSelectedObjects |
Gets selected objects of specified type.
| |
GetSelectedObjectsArray |
Gets selected objects of specified type.
| |
GetSelectedObjectTypes |
Gets object types that have been selected to process.
| |
GetSelectedTasks |
Gets selected tasks of specified type.
| |
GetSelectedTasksArray |
Gets selected tasks of specified type.
| |
GetSettings |
Gets additional settings.
| |
IsAutomaticallySelected |
Indicates if given object type is automatically selected.
| |
IsEmptyObjectSelection |
Check if there is no selected object in general.
| |
IsEmptyObjectSelection(Boolean) |
Check if there is no selected object.
| |
IsEmptySelection |
Check if there is no selected object or task in general.
| |
IsEmptyTaskSelection |
Check if there is no selected tasks in general.
| |
IsEmptyTaskSelection(Boolean) |
Check if there is no selected tasks.
| |
IsError |
Returns true if there is an error during the process.
| |
IsLowerVersion |
Indicates if current version is lower than given one.
| |
IsObjectTypeProcessed |
Check if the object with specified code name is processed.
| |
IsProcessed |
Check if the object with specified code name is processed.
| |
IsSelected |
Check if the object with specified code name is selected.
| |
IsTaskSelected |
Check if the task with specified code name is selected.
| |
IsUnsupportedVersion |
Indicates whether import package version is supported. Import of unsupported package version may result in error.
Unsupported version is a version which is two or more major versions behind the current one.
| |
IsWarning |
Returns true if there are warnings during the process.
| |
LogProgressError |
Logs error progress state.
| |
LogProgressState |
Logs progress state.
| |
SavePersistent |
Saves the settings object to the persistent storage.
| |
SavePersistentLog |
Saves the log to the persistent storage.
| |
Select |
Selects the given object.
| |
SelectTask |
Selects the given task.
| |
SetInfo |
Sets additional information.
| |
SetObjectsProcessType |
Sets objects process type of specified type.
| |
SetSelectedObjects |
Sets selected objects of specified type.
| |
SetSelectedTasks |
Sets selected objects of specified object type.
| |
SetSettings |
Sets additional settings.
|