ModificationField Properties |
The ModificationField type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignNewValue |
Denotes whether a new explicit value must be assigned for the field.
| |
| FixField |
Anvendes kun hvis PropertyId == 0
(Inherited from FieldContainer.) | |
| Id | ||
| ModifierOperator |
ModifierOperator is used if the datatype of the field is one of the following:
Number, Decimal, DateTime, Set(property).
| |
| ModifierValue |
ModifierValue is used if the datatype of the field is one of the following:
Number, Decimal, DateTime, Set(property).
If the datatype is DateTime ModifierValue is interpreted as a number of minutes.
| |
| NewValue |
Contains the new value to be explicitly assigned to the field.
NewValue must be defined (!= null) if AssignNewValue is true.
Otherwise it must be null.
The datatype of NewValue depends on the field's property/fixedfield:
* Value property (text) - string
* Value property (integer) - int
* Value property (datetime) - DateTime
* Value property (decimal) - double
* Value property (boolean) - bool
* Set property - int (id of the property value)
* FixedField.Assignee - int (id of the usergroup)
| |
| NewValueNow |
NewValueNow is used if the property/fixed field denotes a datetime field.
If true the value of the field is set to "now".
| |
| PropertyId |
Id of the property which the field represents.
Is zero if the field represents a fixed field.
(Inherited from FieldContainer.) | |
| PropertySystemName |
System name of the property which the field represents.
(Inherited from FieldContainer.) | |
| UId |