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

Glossary Item Box

The following tables list the members exposed by IProjectFile.

Public Properties

  Name Description
Property Content When implemented by a class, it gets or sets the content for this file.  
Property ContentType  
Property DependsOn  
Property Excluded  
Property FileName  
Property FolderPath When implemented by a class, it gets the full path relative to the project.  
Property FullFileName  
Property HasLockingOwner  
Property IsOpen  
Property Name When implemented by a class, gets or sets the Name of the associated file.  
Property ParentFolder When implemented by a class, it gets the containing folder.  
Property Project  
Property Type  
Property Visible  
Top

Public Methods

  Name Description
Method Close When implemented by a class, it loads the file from disk.  
Method Delete  
Method Dispose (Inherited from System.IDisposable)
Method Open Overloaded.   
Method Remove When implemented by a class, it save the file to disk.  
Method Save Overloaded.   
Top

See Also