ClassFileBasedNode
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class FileBasedNode : ViewModelBase
Inheritance: objectFileBasedNode
Derived Classes:
Constructors
FileBasedNode(FileBasedNodeCollection, string)
Declaration
cs-api-definition
public FileBasedNode(FileBasedNodeCollection parent, string filePath)
Parameters
parent
filePath
Fields
m_host
The host object we're loaded in
Properties
ContainingProject
Gets the ProjectNode containing this item
Declaration
cs-api-definition
[Browsable(false)]
public virtual ProjectNode ContainingProject { get; }
Property Value
DisplaysSourceControlStatus
Declaration
cs-api-definition
public virtual bool DisplaysSourceControlStatus { get; }
Property Value
Filename
Gets or sets the full path of the file backing this node
FriendlyName
Declaration
cs-api-definition
public virtual string FriendlyName { get; set; }
Property Value
Host
Declaration
cs-api-definition
public virtual StandaloneHost Host { get; protected set; }
Property Value
Parent
Declaration
cs-api-definition
[Browsable(false)]
public FileBasedNodeCollection Parent { get; }
Property Value
SourceControlStatus
Declaration
cs-api-definition
[Browsable(false)]
public virtual SourceControlStatus SourceControlStatus { get; }
Property Value
SourceControlStatus
Methods
GetAllFiles(bool)
Gets a list of paths to all files under this node