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: Simplic.Framework.WebAPI.Dynamic
    Assembly: Simplic.Framework.WebAPI.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

    Name

    Gets or sets the assembly name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    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

    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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx