Click or drag to resize

ResourceBase Class

An abstract base class whose descendant classes represent physical resources or assets that exist within a factory, such as workstations, production lines, stock areas, etc.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsResourceBase
    More...

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

The ResourceBase type exposes the following members.

Properties
  NameDescription
Public propertyDescription
An optional, human-friendly summary of the nature of this workstation.
Public propertyId
A unique identifier for this resource (corresponds to primary key in the FactoryLogix database).
Public propertyName
The name of the workstation.
Top
See Also
Inheritance Hierarchy