RulePoint
- RulePoint 6.2
- All Products
Attribute
| Description
|
|---|---|
name
| Internal name of the property. Ensure that this property does not conflict with any other configurable property within the service.
|
displayName
| The display name for the service on the user interface.
|
description
| Optional. A short description for the property.
|
propertyEditor
| The fully qualified property editor class name to use for this property. For more information on property editors and how to use them in the SDK, refer to
Property Editor Classes.
|
fieldType
| Indicates the type of field. Default is Text.
|
order
| A unique ordinal number for this field for user interface ordering. Ensure that this order number does not conflict with any other configurable field in the service.
|
hidden
| Indicates whether to show this field in the user interface. Default is false.
|
optional
| Indicates if this is an optional field. Provide a value for this field if optional is false. Default is true.
|
overrides
| Applies only to responders. Indicates if this field can be overridden in the response or rule. Default is true.
|
defaultValue
| The default value of the property in the string.
|