Click or drag to resize

ModificationField Properties

The ModificationField type exposes the following members.

Properties
  NameDescription
Public propertyAssignNewValue
Denotes whether a new explicit value must be assigned for the field.
Public propertyFixField
Anvendes kun hvis PropertyId == 0
(Inherited from FieldContainer.)
Public propertyId
Public propertyModifierOperator
ModifierOperator is used if the datatype of the field is one of the following: Number, Decimal, DateTime, Set(property).
Public propertyModifierValue
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.
Public propertyNewValue
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)
Public propertyNewValueNow
NewValueNow is used if the property/fixed field denotes a datetime field. If true the value of the field is set to "now".
Public propertyPropertyId
Id of the property which the field represents. Is zero if the field represents a fixed field.
(Inherited from FieldContainer.)
Public propertyPropertySystemName
System name of the property which the field represents.
(Inherited from FieldContainer.)
Public propertyUId
Top
See Also