PropertyLevel Enumeration |
Designates the level for which the property is intended for.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax[FlagsAttribute]
public enum PropertyLevel
Members| Member name | Value | Description |
|---|
| Application | 1 | Property is intended for the application level (UserSettings, ApplicationSettings and BuiltinSettings). |
| Project | 2 | Property is intended for the project level (only root folder, but no other folder properties). |
| ProjectFolder | 4 | Property is intended for the project folder level (folder properties, including the root folder). |
| AllUpToFolder | 7 | Property is intended for Application, Project and ProjectFolder level. |
| Document | 8 | Property is intended for a specific document. Further information on the specific type of document is neccessary from elsewhere. |
| All | 15 | Property is intended for Application, Project and ProjectFolder level and for a document item. Further information on the specific type of document is neccessary from elsewhere. |
See Also