Click or drag to resize

ExtendFileNameWith Enumeration

The option for file name extension.

Namespace: Altaxo.Serialization.Galactic.Options
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum ExtendFileNameWith
Members
Member nameValueDescription
ContinuousNumber0The file name is extended with a continuously increasing number.
Column1The file name is extended by the contents of a data column.

The ExtendFileNameWith type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also