Class FileReference
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents a file reference.
[Serializable]
public class FileReference : Reference
- Inheritance
-
FileReference
- Inherited Members
- Extension Methods
Constructors
FileReference(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public FileReference(PropertyStore store)
Parameters
storePropertyStore
Properties
CopyToOutput
Specifies wheter or not to copy the referenced file to the build output directory.
public bool CopyToOutput { get; set; }
Property Value
FileName
The path to the referenced file.
public string FileName { get; set; }