Click or drag to resize

ParameterAttrs Enumeration

Attributes specific to parameters

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ParameterAttrs
Members
  Member nameValueDescription
ReadOnly1The parameter is read-only.
LongText2The parameter may have text over 255 characters long.
TreatAsField4Properties should be stored as fields on the object.
SupportsReferences8Properties may include references to other items (typically a field referencing another field).
IsReference16 This property is a reference to another item (typically a field referencing another field). Properties so marked allow the parent to honor precedence when appropriate.
SessionPersist32This value should be persisted across session timeouts.
GenEmbeddedFunc64 Automatically generate a corresponding embedded function for this property. Any change to the parameter value will regenerate the function. This attribute is only valid on Application parameters and ignored elsewhere.
DynamicOnly128 This parameter should NOT be shown in the studio's property sheet for this object. It is set dynamically.
ReloadOnChange256 Changes to this parameter's value affects other properties and the Studio's property sheet should be reloaded on such a change.
See Also