Click or drag to resize

TipWebCreatedByEmployee Property

If this tip was created by a employee then a reference to the employee.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PersonWeb CreatedByEmployee { get; set; }

Property Value

Type: PersonWeb
Remarks
If CreatedByEmployee is not null then CreatedByCustomer and CreatedByOwner must be null.
See Also