Class DotNetProject.FileAttribute
Represents information for file actions.
public class DotNetProject.FileAttribute
- Inheritance
-
DotNetProject.FileAttribute
Constructors
- FileAttribute()
Initializes a new instance of the
FileAttribute
class with default settings.
- FileAttribute(BuildAction, CopyLocal)
Initializes a new instance of the
FileAttribute
class with specified parameters.
Properties
- BuildAction
Gets or sets build action for file. The default value is
BuildAction.Compile
.
- CopyLocal
Gets or sets copy action for file. The default value is
CopyLocal.DoNotCopy
.
Methods
- OnChanged(EventArgs)
Raises the
Changed
event.
Events
- Changed
Occurs when one of the file attributes is changed.