Class LightFolder
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 LightFolder : LightProjectElement
Constructors
LightFolder(String, String, String)
Declaration
public LightFolder(string providerKey, string folderPath, string projectRootPath)
Parameters
System.String
providerKey
|
System.String
folderPath
|
System.String
projectRootPath
|
Properties
Children
Declaration
public List<LightProjectElement> Children { get; }
Property Value
System.Collections.Generic.List<LightProjectElement>
|
ParentFolderPath
Declaration
public string ParentFolderPath { get; }
Property Value
System.String
|
ProjectRootPath
Declaration
public override string ProjectRootPath { get; set; }
Property Value
System.String
|
Overrides
RelativePath
Declaration
public override string RelativePath { get; }
Property Value
System.String
|