Employee class

Employee class

Employee information class.

The Employee type exposes the following members:

Constructors

Constructor Description
Employee() Initializes a new instance of Employee class.

Properties

Property Description
ssn e
Gets or sets the employee social scurity number.
first_name Gets or sets the employee first name.
middle_name Gets or sets the employee middle name or initial,
last_name Gets or sets the employee last name.
suffix Gets or sets the employee suffix.
address1 Gets or sets the employee address, line 1.
address2 Gets or sets the employee address, line 2.
address3 Gets or sets the employee address, line 3.
city Gets or sets the employee city.
state Gets or sets the employee state or province.
postal_code Gets or sets the employee postal code.
country_string Gets or sets the employee country, do not abbreviate.

See Also