Employee class

Employee class

Employee information class.

The Employee type exposes the following members:

Constructors

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

Properties

PropertyDescription
ssne
Gets or sets the employee social scurity number.
first_nameGets or sets the employee first name.
middle_nameGets or sets the employee middle name or initial,
last_nameGets or sets the employee last name.
suffixGets or sets the employee suffix.
address1Gets or sets the employee address, line 1.
address2Gets or sets the employee address, line 2.
address3Gets or sets the employee address, line 3.
cityGets or sets the employee city.
stateGets or sets the employee state or province.
postal_codeGets or sets the employee postal code.
country_stringGets or sets the employee country, do not abbreviate.

See Also