Lean  $LEAN_TAG$
QuantConnect.Api.ProjectFile Class Reference

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...
 

Detailed Description

File for a project

Definition at line 25 of file ProjectFile.cs.

Property Documentation

◆ Name

string QuantConnect.Api.ProjectFile.Name
getset

Name of a project file

Definition at line 31 of file ProjectFile.cs.

◆ Code

string QuantConnect.Api.ProjectFile.Code
getset

Contents of the project file

Definition at line 37 of file ProjectFile.cs.

◆ DateModified

DateTime QuantConnect.Api.ProjectFile.DateModified
getset

DateTime project file was modified

Definition at line 43 of file ProjectFile.cs.

◆ IsLibrary

bool QuantConnect.Api.ProjectFile.IsLibrary
getset

Indicates if the project file is a library or not

Definition at line 49 of file ProjectFile.cs.

◆ Open

bool QuantConnect.Api.ProjectFile.Open
getset

Indicates if the project file is open or not

Definition at line 55 of file ProjectFile.cs.

◆ ProjectId

int QuantConnect.Api.ProjectFile.ProjectId
getset

ID of the project

Definition at line 61 of file ProjectFile.cs.

◆ Id

int? QuantConnect.Api.ProjectFile.Id
getset

ID of the project file, can be null

Definition at line 67 of file ProjectFile.cs.


The documentation for this class was generated from the following file: