Click or drag to resize

ChooseSaveErrorResult Class

Represents a user's choice when handling a save error.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesChooseSaveErrorResult

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class ChooseSaveErrorResult

The ChooseSaveErrorResult type exposes the following members.

Properties
 NameDescription
Public propertyAlternativeFileName Gets the alternative file name chosen by the user.
Public propertyIsIgnore Gets a value indicating whether the error should be ignored.
Public propertyIsRetry Gets a value indicating whether the operation should be retried.
Public propertyIsSaveAlternative Gets a value indicating whether an alternative file name was chosen.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberSaveAlternative Creates a result that indicates an alternative file name should be used.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberIgnore Gets the result that indicates the error should be ignored.
Public fieldStatic memberRetry Gets the result that indicates a retry should be performed.
Top
See Also