ObjVerChanges Class

Resolves the property changes between an object, and its previous version.

Definition

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

Constructors

ObjVerChanges(ObjVerEx) Constructor. Creates a new instance of this class.
ObjVerChanges(ObjVerEx, ObjVerEx) Constructor. Creates a new instance of this class.
ObjVerChanges(ObjVerEx, Boolean)  
ObjVerChanges(ObjVerEx, ObjVerEx, Boolean)  

Properties

Changed Properties that have changed between versions.
NewVersion The current version of the object.
OldVersion The previous version of the object (if it exists).
Vault The vault in which this object and it's versions reside.

Methods

HasChanged(MFIdentifier) Indicates whether the passed any of the passed properties have changed since the previous version.
HasChanged(Object) Indicates whether the passed any of the passed properties have changed since the previous version.

See Also