Class Employee
Inheritance
System.Object
Employee
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: NavJU.dll
Syntax
public class Employee : Node
Properties
Email
Declaration
public string Email { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EmailToString
Declaration
public string EmailToString { get; }
Property Value
| Type |
Description |
| System.String |
|
EmployeeID
Declaration
public long EmployeeID { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
FullName
Declaration
public string FullName { get; }
Property Value
| Type |
Description |
| System.String |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LocationToString
Declaration
public string LocationToString { get; }
Property Value
| Type |
Description |
| System.String |
|
NameToString
Declaration
public string NameToString { get; }
Property Value
| Type |
Description |
| System.String |
|
Office
Declaration
public Room Office { get; set; }
Property Value
Phone
Declaration
public string Phone { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PhoneToString
Declaration
public string PhoneToString { get; }
Property Value
| Type |
Description |
| System.String |
|
Workplace
Declaration
public string Workplace { get; set; }
Property Value
| Type |
Description |
| System.String |
|