Search Results for

    Show / Hide Table of Contents

    Class UITabViewModel

    Tab viewmodel

    Inheritance
    System.Object
    UITabViewModel
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class UITabViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    UITabViewModel(UITab, Guid)

    Initialize new tab instance

    Declaration
    public UITabViewModel(UITab tab, Guid contextId)
    Parameters
    Type Name Description
    UITab tab

    Tab instance

    Guid contextId

    Properties

    | Improve this Doc View Source

    GridColumnsText

    Gets or sets the grid columns text

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

    GridConfiguration

    Gets or sets the grid configuration as string

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

    GridConfigurationInstance

    Gets or sets the grid configuration instance

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

    GridRowsText

    Gets or sets the grid rows text

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

    Localizations

    Add localization viewmodels

    Declaration
    public IList<LocalizationViewModel> Localizations { get; set; }
    Property Value
    Type Description
    IList<LocalizationViewModel>
    | Improve this Doc View Source

    Model

    Gets the api model

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

    OrderId

    Gets or sets the tab order id

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

    RoleName

    Gets or sets the role name which is required to access the tab

    Declaration
    public string RoleName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Save()

    Save the current viewmodel data

    Declaration
    public bool Save()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx