Click or drag to resize

ItemDefinitionLevel Enumeration

Designates where an Altaxo item is being defined.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum ItemDefinitionLevel
Members
Member nameValueDescription
Builtin0The item is built-in, i.e. hard coded in the source code of Altaxo.
Application1The item is defined on the application level, i.e. for instance in an .addin file.
UserDefined2The item is defined on the user level. Those items are usually stored in the user's profile.
Project3The item is defined on the project level.

The ItemDefinitionLevel 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