Table of Contents

Class ProjectTemplateSourceFile

Namespace
Dassie.Extensions
Assembly
dc.dll

Represents a source file that is part of a project template.

public record ProjectTemplateSourceFile : ProjectTemplateEntry, IEquatable<ProjectTemplateEntry>, IEquatable<ProjectTemplateSourceFile>
Inheritance
ProjectTemplateSourceFile
Implements
Inherited Members
Extension Methods

Constructors

ProjectTemplateSourceFile(string, string)

Represents a source file that is part of a project template.

public ProjectTemplateSourceFile(string Name, string FormattedContent)

Parameters

Name string

The name of the file.

FormattedContent string

The content of the file. Allows using Dassie project file macros.

Properties

FormattedContent

The content of the file. Allows using Dassie project file macros.

public string FormattedContent { get; init; }

Property Value

string

Name

The name of the file.

public string Name { get; init; }

Property Value

string