Click or drag to resize

DataObjectVersionValueProperty Properties

The DataObjectVersionValueProperty type exposes the following members.

Properties
  NameDescription
Public propertyAccessDenied
Returns true of the object is inaccessible due to missing rights. Eventhough the value is not avaialble, ValueAvailable can still be true.
(Inherited from DataObjectVersionProperty.)
Public propertyAllowsMultipleValues
Is true if the property is a single-valued set- or reference-property or if it is a multilingual value property.
(Inherited from DataObjectVersionProperty.)
Public propertyDataType
DataType of the Value property
Public propertyHasNonEmptyValue
Does the property have a non-empty value?
(Inherited from DataObjectVersionProperty.)
Public propertyHasValue
Does the property have a value - even if it is an empty string (in case it is a text property)?
(Inherited from DataObjectVersionProperty.)
Public propertyLogText
Only used if datatype=text and haslog=true. Contains a string representation of the full log text as shown in the Web dialog. Attribute is read only. The value is read from the property xml on tbldataobjversion.
Public propertyModified
Has the property changed compared to the previous version
(Inherited from DataObjectVersionProperty.)
Public propertyMultiLangText
Is used when datatype=MultiLangText. Holds the text values in all the specified languages. Note: Value returns the text value in the identity user's language.
Public propertyPropertyId
Id of the property
(Inherited from DataObjectVersionProperty.)
Public propertyPropertyType
Type of property (value, set or reference)
(Inherited from DataObjectVersionProperty.)
Public propertyPropertyUId
UId of the property
(Inherited from DataObjectVersionProperty.)
Public propertySystemName
SystemName of property
(Inherited from DataObjectVersionProperty.)
Public propertyUrl
Anvendes kun hvis datatype=hyperlink.
Public propertyValue
Based on the type and datatype of TypeProperty.Property Value contains either a: string, int, datetime, double, bool, timespan, a SetPropertyValue object or a ReferencePropertyValue object. Value can also be null. Value should not be used if ValueAvailable=false.
(Inherited from DataObjectVersionProperty.)
Public propertyValueAvailable
Tells whether Value has been loaded from the DB. Sometimes certain property values are not loaded in order to save performance. Event though ValueAvailable is true, AccessDenied can be true also.
(Inherited from DataObjectVersionProperty.)
Top
See Also