Search Results for

    Show / Hide Table of Contents

    Class TextModuleViewModel

    Represents a TextModuleViewModel.

    Inheritance
    System.Object
    ExtendableViewModel
    TextModuleViewModel
    Implements
    IPyExtendableViewModel
    ICustomAddonViewModel
    UI.MVC.IViewModelBase
    Inherited Members
    ExtendableViewModel.CustomPropertyGetter(String, Object, PropertyInfo)
    ExtendableViewModel.CustomPropertySetter(String, Object, Object, PropertyInfo)
    ExtendableViewModel.PyHook
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class TextModuleViewModel : ExtendableViewModel, IPyExtendableViewModel, ICustomAddonViewModel

    Constructors

    | Improve this Doc View Source

    TextModuleViewModel(TextModule)

    Initialize instance.

    Declaration
    public TextModuleViewModel(TextModule model)
    Parameters
    Type Name Description
    TextModule model

    Properties

    | Improve this Doc View Source

    AddonViewModel

    Gets or sets the addon viewmodel.

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

    GroupName

    Gets or sets the model property GroupName as string.

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

    HtmlTextVisibility

    Gets or setst the html text visibility.

    Declaration
    public Visibility HtmlTextVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    Id

    Gets or sets the model property Id as Guid.

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

    Model

    Gets the model instance.

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

    Name

    Gets or sets the model property Name as string.

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

    Number

    Gets or sets the model property Number as int.

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

    SelectedTextMode

    String of the selected text mode.

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

    TextModes

    Gets or sets the text modes as a string for the combobox.

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

    TextSelected

    Gets or sets a bool value if the html code mode is select or html text mode. Also changes the html text and code visibilities.

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

    TextValue

    Gets or sets the model property TextValue as string.

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

    TextVisibility

    Gets or sets the html code visibility.

    Declaration
    public Visibility TextVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    Methods

    | Improve this Doc View Source

    GetAddonPrimaryKey()

    Get the primary key of the table TextModule_Addon.

    Declaration
    public object GetAddonPrimaryKey()
    Returns
    Type Description
    System.Object

    Explicit Interface Implementations

    | Improve this Doc View Source

    ICustomAddonViewModel.AddonViewModel

    Gets or sets AddonViewModel.

    Declaration
    AddonViewModel ICustomAddonViewModel.AddonViewModel { get; set; }
    Returns
    Type Description
    AddonViewModel

    Implements

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