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
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public abstract class ResourceBase
Public MustInherit Class ResourceBase
public ref class ResourceBase abstract
[<AbstractClassAttribute>]
type ResourceBase = class end
The ResourceBase type exposes the following members.
Properties
| Name | Description |
---|
| Description |
An optional, human-friendly summary of the nature of this workstation.
|
| Id |
A unique identifier for this resource (corresponds to primary key in the FactoryLogix database).
|
| Name |
The name of the workstation.
|
TopSee Also Inheritance Hierarchy