IProjectFolder Interface Members
See Also  Properties Methods 
SourceCode.Framework Namespace : IProjectFolder Interface

Glossary Item Box

The following tables list the members exposed by IProjectFolder.

Public Properties

  Name Description
Property Files (Inherited from SourceCode.Framework.IProjectFilesContainer)
Property FolderPath (Inherited from SourceCode.Framework.IProjectFoldersContainer)
Property Folders (Inherited from SourceCode.Framework.IProjectFoldersContainer)
Property Name When implemented by a class, gets or sets the Name of the associated folder.  
Property ParentFolder When implemented by a class, it gets the full path relative to the project.When implemented by a class, it gets the IFileCollection of all the files in this folder.  
Property Project  
Top

Public Methods

  Name Description
Method CreateNewFile (Inherited from SourceCode.Framework.IProjectFilesContainer)
Method CreateNewFolder (Inherited from SourceCode.Framework.IProjectFoldersContainer)
Method Delete When implemented by a class, it save all open files.  
Method Dispose (Inherited from System.IDisposable)
Method FindFilesOfType<T> (Inherited from SourceCode.Framework.IProjectFilesContainer)
Method GetAllFiles (Inherited from SourceCode.Framework.IProjectFilesContainer)
Method GetAllFolders (Inherited from SourceCode.Framework.IProjectFoldersContainer)
Method Remove  
Method Save  
Method SaveAll When implemented by a class, it save all open files and delegate the call to the sub folders.  
Top

See Also