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 SourceDisplayName
Gets or sets the friendly name to be shown in the combobox
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
Section
Gets or sets the intern section name
Declaration
public string Section { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SectionFriendlyName
Gets or sets the section friendly name
Declaration
public string SectionFriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |