DataExchangeField Properties |
The DataExchangeField type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixField |
Anvendes kun hvis PropertyId == 0
(Inherited from FieldContainer.) |
![]() | 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.) |
![]() | Value |
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.
|
![]() | Values |
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!
|