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
NamestringThe name of the file.
FormattedContentstringThe 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
Name
The name of the file.
public string Name { get; init; }