Employee

Employee class

Employee information class.

public class Employee

Constructors

NameDescription
Employee()Initializes a new instance of Employee class.

Properties

NameDescription
Address1 { get; set; }Gets or sets the employee address, line 1.
Address2 { get; set; }Gets or sets the employee address, line 2.
Address3 { get; set; }Gets or sets the employee address, line 3.
City { get; set; }Gets or sets the employee city.
CountryString { get; set; }Gets or sets the employee country, do not abbreviate.
FirstName { get; set; }Gets or sets the employee first name.
LastName { get; set; }Gets or sets the employee last name.
MiddleName { get; set; }Gets or sets the employee middle name or initial,
PostalCode { get; set; }Gets or sets the employee postal code.
SSN { get; set; }e Gets or sets the employee social scurity number.
State { get; set; }Gets or sets the employee state or province.
Suffix { get; set; }Gets or sets the employee suffix.

See Also