ClassLightCodeFile
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public sealed class LightCodeFile : LightProjectElement
Inheritance: objectLightProjectElementLightCodeFile
Inherited Members
Constructors
Properties
ProjectRootPath
Declaration
cs-api-definition
public override string ProjectRootPath { get; set; }
Property Value
Overrides
RelativePath
Declaration
cs-api-definition
public override string RelativePath { get; }
Property Value
Overrides
Methods
OnDirtyStateChanged(bool)
Declaration
cs-api-definition
protected void OnDirtyStateChanged(bool isDirty)
Parameters
isDirty
Events
DirtyStateChanged
Declaration
cs-api-definition
public event Action<LightCodeFile, bool> DirtyStateChanged
Event Value
InDevelopmentStateChanged
Declaration
cs-api-definition
public event Action<LightCodeFile, bool> InDevelopmentStateChanged
Event Value