Search Results for

    Show / Hide Table of Contents

    Class SectionViewModel

    Section viewmodel

    Inheritance
    System.Object
    SectionViewModel
    Namespace: Simplic.Authentication.UI
    Assembly: Simplic.Authentication.UI.dll
    Syntax
    public class SectionViewModel : ViewModelBase

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets or sets the friendly name to be shown in the combobox

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

    Section

    Gets or sets the intern section name

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

    SectionFriendlyName

    Gets or sets the section friendly name

    Declaration
    public string SectionFriendlyName { 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