Class LightProject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class LightProject : LightFolder
Constructors
LightProject(String, String, String, Project)
Declaration
public LightProject(string providerKey, string folderPath, string projectRootPath, Project project)
Parameters
System.String
providerKey
|
System.String
folderPath
|
System.String
projectRootPath
|
Project
project
|
Properties
IsDirty
Declaration
public bool IsDirty { get; set; }
Property Value
System.Boolean
|
Project
RelativePath
Declaration
public override string RelativePath { get; }
Property Value
System.String
|
Overrides
SettingsPath
Declaration
public string SettingsPath { get; }
Property Value
System.String
|
Methods
OnDirtyStateChange(Boolean)
Declaration
protected virtual void OnDirtyStateChange(bool state)
Parameters
System.Boolean
state
|
Events
DirtyStateChanged
Declaration
public event Action<bool> DirtyStateChanged
Event Type
System.Action<System.Boolean>
|