C# Class MonoDevelop.Projects.ProjectFile

This class represent a file information in an IProject object.
Inheritance: MonoDevelop.Projects.ProjectItem, ICloneable, IFileItem, IDisposable
Exibir arquivo Open project: mono-soc-2011/monodevelop Class Usage Examples

Private Properties

Property Type Description
GetResourceId string
ResolveParent bool
SetProject void

Public Methods

Method Description
Clone ( ) : object
Dispose ( ) : void
ProjectFile ( ) : System
ProjectFile ( string filename ) : System
ProjectFile ( string filename, string buildAction ) : System
ToString ( ) : string

Protected Methods

Method Description
OnChanged ( ) : void

Private Methods

Method Description
GetResourceId ( IResourceHandler resourceHandler ) : string
ResolveParent ( ) : bool
SetProject ( Project project ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

OnChanged() protected method

protected OnChanged ( ) : void
return void

ProjectFile() public method

public ProjectFile ( ) : System
return System

ProjectFile() public method

public ProjectFile ( string filename ) : System
filename string
return System

ProjectFile() public method

public ProjectFile ( string filename, string buildAction ) : System
filename string
buildAction string
return System

ToString() public method

public ToString ( ) : string
return string