Search Results for

    Show / Hide Table of Contents

    Class User

    Represents the user data base table.

    Inheritance
    System.Object
    User
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.User
    Assembly: Simplic.User.dll
    Syntax
    public class User

    Properties

    | Improve this Doc View Source

    AllowPushMessages

    Gets or sets if the push message is allowed.

    Declaration
    public bool AllowPushMessages { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ApiKey

    Gets or sets the current ApiKey.

    Declaration
    public string ApiKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Description

    Gets or sets the user description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EMail

    Gets or sets the email of the user.

    Declaration
    public string EMail { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FirstName

    Gets or sets the first name of the user.

    Declaration
    public string FirstName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Ident

    Gets or sets the Id.

    Declaration
    public int Ident { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsActive

    Gets or sets if the user is active.

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsADUser

    Gets or sets if the user is an active directory user.

    Declaration
    public bool IsADUser { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    KeepLoggedIn

    Gets or sets if the user should be kept logged in.

    Declaration
    public bool KeepLoggedIn { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LanguageID

    Gets or sets the current LanguageID.

    Declaration
    public int LanguageID { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LastName

    Gets or sets the last name of the user.

    Declaration
    public string LastName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Password

    Gets or sets the password, max length: 100.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PhoneNumber

    Gets or sets the user phone number.

    Declaration
    public string PhoneNumber { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SubstituteUserId

    Gets or sets the user that is substituting this user.

    Declaration
    public int? SubstituteUserId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    SubstitutionEnd

    Gets or sets the substitution end date.

    Declaration
    public DateTime? SubstitutionEnd { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    SubstitutionIsActive

    Gets or sets whether the substitution is active.

    Declaration
    public bool SubstitutionIsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SubstitutionStart

    Gets or sets the substitution start date.

    Declaration
    public DateTime? SubstitutionStart { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    UserName

    Gets or sets the user name, max length: 100.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx