Enum LlProjectParameterFlag
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Flags describing attributes of a project parameter (visibility, scope, storage behavior and category).
[Flags]
public enum LlProjectParameterFlag
Fields
Fax = 1Parameter belongs to fax configuration.
Formula = 0Parameter represents a formula (expression is evaluated).
Global = 0Parameter has global scope (available project-wide).
Internal = 4Internal parameter (reserved for system usage).
Local = 268435456Parameter has local scope (restricted to a specific context).
Mail = 2Parameter belongs to mail configuration.
Private = 1073741824Parameter is private (hidden / restricted usage).
Public = 0Parameter is public (default). Visible and editable where appropriate.
SaveDefault = 65536Persist parameter even if it equals its default value.
User = 0User-defined parameter (default category).
Value = 536870912Parameter stores a literal value (no expression evaluation).