Class ProjectFile
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Represents a project file (dsconfig.xml) that is part of a project template.
public record ProjectFile : ProjectTemplateEntry, IEquatable<ProjectTemplateEntry>, IEquatable<ProjectFile>
- Inheritance
-
ProjectFile
- Implements
- Inherited Members
- Extension Methods
Constructors
ProjectFile(DassieConfig)
Represents a project file (dsconfig.xml) that is part of a project template.
public ProjectFile(DassieConfig Content)
Parameters
ContentDassieConfigSpecifies the configuration data to be serialized.
Properties
Content
Specifies the configuration data to be serialized.
public DassieConfig Content { get; init; }