Show / Hide Table of Contents

Class Employee

Inheritance
System.Object
Node
Employee
Inherited Members
Node.Name
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()
Namespace: NavJU.Models
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
Type Description
Room

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
Back to top Generated by DocFX