Interface IUserDetail
Interface for entities supporting user details
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
[ModelEntityInterface]
[Obsolete]
public interface IUserDetail
Properties
Firstname
Gets or sets the first name of a user
Declaration
string Firstname { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lastname
Gets or sets the last name of a user
Declaration
string Lastname { get; set; }
Property Value
Type | Description |
---|---|
System.String |