Table of Contents

Struct ProjectCreationData

Namespace
Alternet.Common.Projects
Assembly
Alternet.Common.v10.dll

Represents data for a newly created project.

public struct ProjectCreationData

Constructors

ProjectCreationData(string, string, string, string, string, string)

Initializes a new instance of the ProjectCreationData class with specified parameters based on the existing project template.

Fields

Description

Gets or sets the project's description.

Language

Gets or sets the project's language, like C# of Visual Basic.

ProjectLocation

Gets or sets the project's location.

ProjectName

Gets or sets the project's name.

ProjectType

Gets or sets the project's type, like ConsoleApp or WPFApp.

TemplatePath

Gets or sets a relative path of the project template.