Click or drag to resize

DataExchangeField Properties

The DataExchangeField type exposes the following members.

Properties
  NameDescription
Public propertyFixField
Anvendes kun hvis PropertyId == 0
(Inherited from FieldContainer.)
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 propertyValue
Based on the type and datatype of the field, value contains either a: string, int, datetime, double or a bool. Value can also be null. If field maps to a setproperty Value must be a string specifying the name of a setpropertyvalue. If field maps to a referenceproperty Value must be a string specifying the keyvalue of a referred dataobject. In case there is more than one value for the field Value will contain the first value.
Public propertyValues
Values can be used in case there is more than one value for a field. Each entry in Values is either a string, int, datetime, double or a bool. An entry will never be null!
Top
See Also