|
Lean
$LEAN_TAG$
|
File for a project More...
Properties | |
| string | Name [get, set] |
| Name of a project file More... | |
| string | Code [get, set] |
| Contents of the project file More... | |
| DateTime | DateModified [get, set] |
| DateTime project file was modified More... | |
| bool | IsLibrary [get, set] |
| Indicates if the project file is a library or not More... | |
| bool | Open [get, set] |
| Indicates if the project file is open or not More... | |
| int | ProjectId [get, set] |
| ID of the project More... | |
| int? | Id [get, set] |
| ID of the project file, can be null More... | |
File for a project
Definition at line 25 of file ProjectFile.cs.
|
getset |
Name of a project file
Definition at line 31 of file ProjectFile.cs.
|
getset |
Contents of the project file
Definition at line 37 of file ProjectFile.cs.
|
getset |
DateTime project file was modified
Definition at line 43 of file ProjectFile.cs.
|
getset |
Indicates if the project file is a library or not
Definition at line 49 of file ProjectFile.cs.
|
getset |
Indicates if the project file is open or not
Definition at line 55 of file ProjectFile.cs.
|
getset |
ID of the project
Definition at line 61 of file ProjectFile.cs.
|
getset |
ID of the project file, can be null
Definition at line 67 of file ProjectFile.cs.