Search Results for

    Show / Hide Table of Contents

    Class ProjectConfiguration

    Project file configuration

    Inheritance
    System.Object
    ProjectConfiguration
    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: CXUI
    Assembly: cxui.dll
    Syntax
    public class ProjectConfiguration

    Constructors

    | Improve this Doc View Source

    ProjectConfiguration()

    Create configuration

    Declaration
    public ProjectConfiguration()

    Properties

    | Improve this Doc View Source

    Assembly

    Assembly name

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

    Models

    Gets or sets a list of poco models

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

    Output

    Output path of the assembly, default .

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

    Ressources

    List of ressources

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

    RootNamespace

    Root namespace of the assembly

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

    UseAutogenerateViewModelBase

    Use an autogenerated viewmodel

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

    ViewModels

    List of viewmodels

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

    WebApiController

    Gets or sets a list of web api controller

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

    Xaml

    List of UI elements

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