Click or drag to resize

Certification Class

Represents a certified skill or capability that may be assigned to an individual FactoryLogix user account.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsCertification

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 Certification

The Certification type exposes the following members.

Constructors
  NameDescription
Public methodCertification
Initializes a new instance of the Certification class
Top
Properties
  NameDescription
Public propertyCertificationName
A friendly name for this certification.
Public propertyEffectiveDate
The date at which this certification goes into effect and becomes valid. This property only has meaning when the certification is associated to an individual user, and will be different for each user.
Public propertyExpirationDate
The date at which this certification is no longer valid. This property only has meaning when the certification is associated to an individual user, and will be different for each user.
Public propertyId
An identifier which uniquely identifies this particular certification.
Top
See Also