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 SourceProjectConfiguration()
Create configuration
Declaration
public ProjectConfiguration()
Properties
| Improve this Doc View SourceAssembly
Assembly name
Declaration
public string Assembly { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
Output
Output path of the assembly, default .
Declaration
public string Output { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ressources
List of ressources
Declaration
public IList<string> Ressources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
RootNamespace
Root namespace of the assembly
Declaration
public string RootNamespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseAutogenerateViewModelBase
Use an autogenerated viewmodel
Declaration
public bool UseAutogenerateViewModelBase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewModels
List of viewmodels
Declaration
public IList<string> ViewModels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
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> |
Xaml
List of UI elements
Declaration
public IList<string> Xaml { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |