Search Results for

    Show / Hide Table of Contents

    Class UserInfo

    Inheritance
    System.Object
    UserInfo
    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.BaseDAL
    Assembly: Simplic.BaseDAL.dll
    Syntax
    public class UserInfo

    Properties

    | Improve this Doc View Source

    Description

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

    EMail

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

    FirstName

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

    Ident

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

    IsActive

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

    IsADUser

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

    LastName

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

    Password

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

    PhoneNumber

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

    SubstituteUserId

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

    SubstitutionEnd

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

    SubstitutionIsActive

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

    SubstitutionStart

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

    UserColor

    Declaration
    public SolidColorBrush UserColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.SolidColorBrush
    | Improve this Doc View Source

    UserName

    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