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: Simplic.Framework.WebAPI.Dynamic
Assembly: Simplic.Framework.WebAPI.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> |
Name
Gets or sets the assembly name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RootNamespace
Root namespace of the assembly
Declaration
public string RootNamespace { get; set; }
Property Value
Type | Description |
---|---|
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> |