Table of Contents

Class ProjectFolderSerialize

Namespace
SunamoDevCode.SunamoSolutionsIndexer.Data.Project
Assembly
SunamoDevCode.dll

Represents a project folder for serialization. TODO: Merge with SolutionInListBox

public class ProjectFolderSerialize
Inheritance
ProjectFolderSerialize
Inherited Members
Extension Methods

Constructors

ProjectFolderSerialize(SolutionFolderSerialize, string)

Initializes a new instance of the ProjectFolderSerialize class.

public ProjectFolderSerialize(SolutionFolderSerialize solution, string nameProject)

Parameters

solution SolutionFolderSerialize

The solution folder.

nameProject string

The project name.

Properties

NameProject

Gets the project name.

public string NameProject { get; }

Property Value

string

Solution

Gets the solution folder.

public SolutionFolderSerialize Solution { get; }

Property Value

SolutionFolderSerialize

Methods

ToString()

Returns the displayed text for this project.

public override string ToString()

Returns

string

The displayed text.