Search Results for

    Show / Hide Table of Contents

    Class MetaViewModelProperty

    Inheritance
    System.Object
    MetaViewModelProperty
    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 MetaViewModelProperty

    Properties

    | Improve this Doc View Source

    DefaultValue

    Declaration
    public object DefaultValue { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Name

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

    NotifyPropertyChanged

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

    SetForceSave

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

    SetIsDirty

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

    Type

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