Click or drag to resize
IFdfUpgradeable Interface
Interface providing object instance versioning capabilities.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdfUpgradeable

The IFdfUpgradeable type exposes the following members.

Properties
  NameDescription
Public propertyIdentifier
Gets or sets GUID (Globally Unique Identifier) of the object instance.
Public propertyVersion
Gets or sets version of the object instance.
Top
Methods
  NameDescription
Public methodIsUpgradeableTo
Returns True if this object instance is eligible for upgrade to specified object instance, otherwise returns False.
Public methodUpgradeTo
Upgrades this object instance to specified object instance.
Top
Remarks
See Also