Click or drag to resize
EmployeeWithStatus Class
Container class for Employee full information including statuses.
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 EmployeeWithStatus : Employee

The EmployeeWithStatus type exposes the following members.

Constructors
  NameDescription
Public methodEmployeeWithStatus
Initializes a new instance of the EmployeeWithStatus class
Top
Properties
  NameDescription
Public propertyActive
Indicates if the definition is active.
(Inherited from BaseDefinition.)
Public propertyAddress1
Address Line 1
(Inherited from Employee.)
Public propertyAddress2
Address Line 2
(Inherited from Employee.)
Public propertyBadge
Badge number
(Inherited from EmployeeShort.)
Public propertyBirthDate
Birth date
(Inherited from Employee.)
Public propertyCity
City / Town
(Inherited from Employee.)
Public propertyCode
Definition's code
(Inherited from BaseDefinition.)
Public propertyComments
A multi line string for comments.
(Inherited from Employee.)
Public propertyCustom1
Single line string for custom 1 value.
(Inherited from Employee.)
Public propertyCustom2
Single line string for custom 2 value.
(Inherited from Employee.)
Public propertyCustom3
Single line string for custom 3 value.
(Inherited from Employee.)
Public propertyDismissalDate
Dismissal Date
(Inherited from Employee.)
Public propertyDivisionId
Division's ID number
(Inherited from Employee.)
Public propertyEMail
Single line, comma separated string for emails.
(Inherited from Employee.)
Public propertyFiscalDate
Fiscal Date
(Inherited from Employee.)
Public propertyFullName
Employee's full name presented in system defined format.
(Inherited from EmployeeShort.)
Public propertyGender

Gender

enum Gender { None = 1, Male = 2, Female = 3 }
(Inherited from Employee.)
Public propertyGroupId
Group's ID number
(Inherited from Employee.)
Public propertyHeadQuarterId
Headquarters' ID number
(Inherited from Employee.)
Public propertyHireDate
Hire Date
(Inherited from Employee.)
Public propertyId
ID number of definition
(Inherited from BaseDefinition.)
Public propertyImage
Photo image in JPG or PNG format.
(Inherited from Employee.)
Public propertyLastName
Last Name
(Inherited from EmployeeShort.)
Public propertyLoginOptions
Login related features
(Inherited from Employee.)
Public propertyMiddleName
Middle Name / Initials
(Inherited from EmployeeShort.)
Public propertyMobilePhone
Single line mobile phone number.
(Inherited from Employee.)
Public propertyName
Name of definition
(Inherited from BaseDefinition.)
Public propertyNegativeBenefits
Indicating if employee uses negative benefits. Use null value to use system defined setting.
(Inherited from Employee.)
Public propertyPassport
Passport ID
(Inherited from Employee.)
Public propertyPayrollOptions
Payroll related features
(Inherited from Employee.)
Public propertyPhone
Phone number
(Inherited from Employee.)
Public propertySsn
Social Security Number
(Inherited from Employee.)
Public propertyState
State / Province
(Inherited from Employee.)
Public propertyStatuses
Employee's status array
Public propertyZipCode
Zip / Postal Code
(Inherited from Employee.)
Top
See Also