Class
LightProject

Definition

Constructors

LightProject(string, string, string, Project)

Declaration

cs-api-definition
public LightProject(string providerKey, string folderPath, string projectRootPath, Project project)

Parameters

providerKey

string

folderPath

string

projectRootPath

string

project

Project

Properties

IsDirty

Declaration

cs-api-definition
public bool IsDirty { get; set; }

Property Value

bool

Project

Declaration

cs-api-definition
public Project Project { get; }

Property Value

Project

RelativePath

Declaration

cs-api-definition
public override string RelativePath { get; }

Property Value

string

Overrides LightFolder.RelativePath

SettingsPath

Declaration

cs-api-definition
public string SettingsPath { get; }

Property Value

string

Methods

OnDirtyStateChange(bool)

Declaration

cs-api-definition
protected virtual void OnDirtyStateChange(bool state)

Parameters

state

bool

Events

DirtyStateChanged

Declaration

cs-api-definition
public event Action<bool> DirtyStateChanged

Event Value

Action<bool>