|
|
The TimelinerImportTasksResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
TimelinerImportTasksResult |
Constructs a TimelinerImportTasksResult
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
DuplicateChildSynchronizationIdFound |
Some tasks had duplicate SynchronizationId
- resynchronisation behaviour will be unreliabe for these tasks.
|
|
|
ImportWarning |
If not empty, this string indicates some tasks failed to import correctly. Further information can be found in the string
provided by the data source provider.
|
|
|
InvalidTaskTypesFound |
Some tasks had SimulationTaskTypeName
fields that did not correspond to any SimulationTaskType
in the Document Part. These fields have been blanked.
|
|
|
MissingChildSynchronizationIdFound |
One or more tasks had no SynchronizationId and consequently
cannot be resynchronised.
|
|
|
ReservedChildSynchronizationIdRemoved |
True if a non-top-level task had an SynchronizationId
equal to:
TimelinerTask.
DataSourceRootTaskIdentifier which is
reserved for root tasks. This Id has been automatically removed.
|
|
|
RootSynchronizationIdCorrected |
True if the top-level task had its SynchronizationId
not equal to:
TimelinerTask.
DataSourceRootTaskIdentifier which is
required for root tasks. This Id has been automatically changed.
|
|
|
RootTask |
The hierarchy of
tasks imported, should never be null as any errors should throw an exception.
|
|
|
TaskTypeWasSet |
Set true (by ImportTasksCore) if the data source was configured to set the
SimulationTaskTypeName on the tasks imported.
|