ChildEstimateImportOptions Class

Contains the options that control importing of a child estimate. They describe how to handle some problematic situations.
Public Class ChildEstimateImportOptions
This language is not supported or no code example is available.
public class ChildEstimateImportOptions
This language is not supported or no code example is available.
Name Description
Public constructor ChildEstimateImportOptions() Initializes a new instance of the ChildEstimateImportOptions class with all options set to true.
Top
Name Description
Public property ContinueIfNoTaskWithGuidInChild Gets or sets a value indicating whether the import should continue if a task with specific GUID does not exist in the child estimate.
Public property ContinueOnCurrencyMismatchInNonTransparent Gets or sets a value indicating whether the import should continue in non transparency mode, if the currencies of the parent and child estimates are different.
Public property ContinueOnSharedGuidNoLongerExists Gets or sets a value indicating whether the import should continue if the child estimate owns a shared GUID that does not longer exist in the parent estimate and therefore the task cannot be merged.
Public property ContinueOnSharedGuidOwnerChanged Gets or sets a value indicating whether the import should continue if the owner of a shared GUID has been changed in the parent estimate since the child estimate was created and therefore the task cannot be merged.
Public property ImportChildNotRegisteredInProMo Gets or sets a value indicating whether to import the child estimate that is work-flow controlled via ProMo+ but its file is not registered to ProMo+.
Public property ImportFromGrandchild Gets or sets a value indicating whether to import all matching tasks even from non direct child user. This property is currently not used, such import is never allowed.
Public property ImportOutdatedChild Gets or sets a value indicating whether to import an outdated child estimate. It means that the child estimate was issued earlier than the last issuing.
Top
Methods
 
Name Description
Public method DisableAll() Sets all options to false.
Public method EnableAll() Sets all options to true.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 
When a child estimate is imported, various unusual situations may happen. In a GUI mode, the user is prompted for the action - whether to continue or cancel the import. In a silent mode, these settings are used to determine what to do.
Qdv.CommonApi.Sharing.ChildEstimateImportOptions
Version
 
Available since QDV 7.18.689.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition