Search Results for

    Show / Hide Table of Contents

    Class ExternAccount

    Represents the credentials for an external account

    Inheritance
    System.Object
    ExternAccount
    Namespace: Simplic.Framework.Base
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class ExternAccount : UI.MVC.ViewModelBase

    Constructors

    | Improve this Doc View Source

    ExternAccount()

    Initialize new extern account

    Declaration
    public ExternAccount()

    Properties

    | Improve this Doc View Source

    AvailableAccountTypes

    Gets or sets a list of available account types

    Declaration
    public ObservableCollection<ExternAccountType> AvailableAccountTypes { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ExternAccountType>
    | Improve this Doc View Source

    Id

    Gets or sets the current id

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

    IsActive

    Gets or sets whether the current user is active

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

    Password

    Gets or sets the external account passwed (hashed)

    Declaration
    public byte[] Password { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Type

    Gets or sets the external account type

    Declaration
    public ExternAccountType Type { get; set; }
    Property Value
    Type Description
    ExternAccountType
    | Improve this Doc View Source

    UserId

    Gets or sets the simplic userid

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

    UserName

    Gets or sets the external 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