Click or drag to resize
EmployeeShort Class
Container class for Employee's general information.
Inheritance Hierarchy

Namespace: AMG.API.Definitions.Employees
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class EmployeeShort : BaseDefinition

The EmployeeShort type exposes the following members.

Constructors
  NameDescription
Public methodEmployeeShort
Initializes a new instance of the EmployeeShort class
Top
Properties
  NameDescription
Public propertyActive
Indicates if the definition is active.
(Inherited from BaseDefinition.)
Public propertyBadge
Badge number
Public propertyCode
Definition's code
(Inherited from BaseDefinition.)
Public propertyFullName
Employee's full name presented in system defined format.
Public propertyId
ID number of definition
(Inherited from BaseDefinition.)
Public propertyLastName
Last Name
Public propertyMiddleName
Middle Name / Initials
Public propertyName
Name of definition
(Inherited from BaseDefinition.)
Top
See Also