Property Properties |
The Property type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearExistingValues |
Should the existing value(s) for the property be cleared? (import only)
|
![]() | ContainsNoneOrOnlyGuidOrIntValues |
Is true if the property has no values or if all the values are of type Guid or int.
|
![]() | KeyType |
Is the property value used to identify the object in the system during an import?
We operate with a "key1" and a "key2" (Note that more than one property can be part of both key1 and key2).
First we try to find an object based on key1. If unsuccesfull we try to find one based on key2.
|
![]() | Name |
Property System Name.
|
![]() | OnlyOnCreate |
If true the changes for the property will only be considered if the data object is being created (not if it is updated).
|
![]() | PropertyType | |
![]() | SingleValue | |
![]() | SupportsMultipleValues |
Does the property support multiple values? (true for some Set- and Reference-properties and for Value properties with data type 'multi-lang text').
|
![]() | TargetKeyProperty |
Only relevant when the property is a reference property.
If specified (not null) then the importer will look for a value in the property - instead of in the key property stated on the data object type.
Must denote a value property w. data type text.
|
![]() | ValueCount | |
![]() | Values |
Values for the property.
Use AddValue() to add a value.
|
![]() | ValuesArray |