Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © 2020 software architects gmbh