Search Results for

    Show / Hide Table of Contents

    Class MetaViewModel

    Class which contains all information a MetaViewModel must contain

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

    Constructors

    | Improve this Doc View Source

    MetaViewModel()

    Create new MetaViewModel

    Declaration
    public MetaViewModel()

    Properties

    | Improve this Doc View Source

    BaseViewModel

    Base class from which the view-model inherits.

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

    FullQualifiedBaseViewModel

    Full qualified base view model namespace

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

    Name

    Name of the model/class

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

    Namespace

    Namespace in which the model will be generated

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

    Properties

    List of properties the model contains

    Declaration
    public IList<MetaViewModelProperty> Properties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<MetaViewModelProperty>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx