Click or drag to resize

HistoricalRelationship Class

An object that represents a previous (historical) genealogical relationship that once existed between two Items.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsHistoricalRelationship

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class HistoricalRelationship

The HistoricalRelationship type exposes the following members.

Constructors
  NameDescription
Public methodHistoricalRelationship
Initializes a new instance of the HistoricalRelationship class
Top
Properties
  NameDescription
Public propertyInstallTime
The date/time when the relationship between the two items was established.
Public propertyRelatedItem
The item that was once related to the item.
Public propertyRelationshipType
The type of relationhip that the RelatedItem property once had to the item.
Public propertyUninstallTime
The date/time when the relationship between the two items was dissolved.
Top
See Also