Table of Contents

Class Employee

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.UIViews
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.dll
public class Employee : IEmployee, IUIView, IEntityView
Inheritance
Employee
Implements
Inherited Members
Extension Methods

Properties

Address

public Address Address { get; set; }

Property Value

Address

Birthday

public DateTime Birthday { get; set; }

Property Value

DateTime

Extension

public string Extension { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

HiredAt

public DateTime HiredAt { get; set; }

Property Value

DateTime

HomePhone

public string HomePhone { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

Notes

public List<string> Notes { get; set; }

Property Value

List<string>

ReportsTo

public string ReportsTo { get; set; }

Property Value

string

Territories

public List<string> Territories { get; set; }

Property Value

List<string>

Title

public string Title { get; set; }

Property Value

string