Table of Contents

Interface IEmployee

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.UIViews
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.dll
public interface IEmployee : IUIView, IEntityView
Extension Methods

Properties

Address

Address Address { get; set; }

Property Value

Address

Birthday

DateTime Birthday { get; set; }

Property Value

DateTime

Extension

string Extension { get; set; }

Property Value

string

FirstName

string FirstName { get; set; }

Property Value

string

HiredAt

DateTime HiredAt { get; set; }

Property Value

DateTime

HomePhone

string HomePhone { get; set; }

Property Value

string

Id

string Id { get; set; }

Property Value

string

LastName

string LastName { get; set; }

Property Value

string

Notes

List<string> Notes { get; set; }

Property Value

List<string>

ReportsTo

string ReportsTo { get; set; }

Property Value

string

Territories

List<string> Territories { get; set; }

Property Value

List<string>

Title

string Title { get; set; }

Property Value

string