Search Results for

    Show / Hide Table of Contents

    Class MetaBaseViewModel

    Model which descripes the layout of the BaseViewModel from which a ViewModel inherits

    Inheritance
    System.Object
    MetaBaseViewModel
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.CXUI.ViewModel
    Assembly: Simplic.CXUI.ViewModel.dll
    Syntax
    public class MetaBaseViewModel

    Constructors

    | Improve this Doc View Source

    MetaBaseViewModel()

    Create and set default properties

    Declaration
    public MetaBaseViewModel()

    Properties

    | Improve this Doc View Source

    Name

    Name of the class

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

    NameForceSaveProperty

    Name of the force save property

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

    NameIsDirtyProperty

    Name of the is dirty property

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

    Namespace

    Namespace of the class

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

    ParentViewModelProperty

    Name of the property, which allows to create a parent-child relationship between ViewModels

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

    RaisePropertyChangedMethod

    Name of the raiseproperty changed method

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