Search Results for

    Show / Hide Table of Contents

    Class ItemBoxProfileViewModel

    ViewModel of an ItemBoxProfileViewModel

    Inheritance
    System.Object
    ItemBoxProfileViewModel
    Implements
    IEditableListBoxItem
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class ItemBoxProfileViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    ItemBoxProfileViewModel()

    Instantiates new ItemBoxProfileViewModel object

    Declaration
    public ItemBoxProfileViewModel()

    Properties

    | Improve this Doc View Source

    DefaultSearchString

    Gets or sets the DefaultSearchString of Model. Raises property changed.

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

    DisplayName

    Gets or sets the DisplayName of Model. Raises property changed.

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

    EditDataTemplate

    Gets EditDataTemplate

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

    EditDataTemplatePath

    Gets EditDataTemplatePath

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

    IsActive

    Gets or sets the IsActive of Model. Raises property changed.

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

    IsActiveText

    Gets the IsActiveText

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

    ItemFilterText

    Gets Text for searching ItemBoxProfile

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

    Model

    Gets ItemBoxProfile Model

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

    Regex

    Gets or sets the Regex of Model. Raises property changed.

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

    SelectStatement

    Gets or sets the SelectStatement of Model. Raises property changed.

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

    ViewDataTemplate

    Gets ViewDataTemplate

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

    ViewDataTemplatePath

    Gets ViewDataTemplatePath

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

    Methods

    | Improve this Doc View Source

    DeleteItem()

    Deletes current item from list of parent viewModel

    Declaration
    public bool DeleteItem()
    Returns
    Type Description
    System.Boolean

    True if successful

    | Improve this Doc View Source

    Initialize(ItemBoxProfile)

    Sets Model of ItemBoxProfileViewModel

    Declaration
    public void Initialize(ItemBoxProfile model)
    Parameters
    Type Name Description
    ItemBoxProfile model

    ItemBoxProfile object

    | Improve this Doc View Source

    OnEditItem()

    For OnEditItem

    Declaration
    public bool OnEditItem()
    Returns
    Type Description
    System.Boolean

    True

    | Improve this Doc View Source

    OnSaveItem()

    For saving ItemBoxProfile

    Declaration
    public bool OnSaveItem()
    Returns
    Type Description
    System.Boolean

    True

    Implements

    IEditableListBoxItem
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx