PropertyValueChange Class

Defines a changed property value between object versions.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class PropertyValueChange
Inheritance
Object    PropertyValueChange

Constructors

Properties

ChangeType The type of property change between versions.
DataType The data type of the propertyValue(s)
NewValue The current version's property value (if there is one).
OldValue The previous version's property value (if there was one).
PropertyDef The PropertyDef ID of the property Value(s).

See Also