An abstract base class used by user account related data objects.
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 UserBase
Public MustInherit Class UserBase
public ref class UserBase abstract
[<AbstractClassAttribute>]
type UserBase = class end
The UserBase type exposes the following members.
Properties
| Name | Description |
---|
| Id |
A unique identifier for this particular user/user-group (corresponds to the primary key in the FactoryLogix database)
|
TopSee Also