Item |
public enum ItemDefinitionLevel
| Member name | Value | Description |
|---|---|---|
| Builtin | 0 | The item is built-in, i.e. hard coded in the source code of Altaxo. |
| Application | 1 | The item is defined on the application level, i.e. for instance in an .addin file. |
| UserDefined | 2 | The item is defined on the user level. Those items are usually stored in the user's profile. |
| Project | 3 | The item is defined on the project level. |
The ItemDefinitionLevel type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |