Search Results for

    Show / Hide Table of Contents

    Class ProjectModel

    Class that represents a project file.

    Inheritance
    object
    ProjectModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common
    Assembly: Evergine.Common.dll
    Syntax
    public class ProjectModel

    Properties

    Packages

    Gets or sets the add-ons data.

    Declaration
    public List<ProjectAddOn> Packages { get; set; }
    Property Value
    Type Description
    List<ProjectAddOn>

    Profiles

    Gets or sets profiles data.

    Declaration
    public List<ProjectProfile> Profiles { get; set; }
    Property Value
    Type Description
    List<ProjectProfile>

    ResourcesPath

    Gets or sets the content path.

    Declaration
    public string ResourcesPath { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX