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

Glossary Item Box

The following tables list the members exposed by IProject.

Public Properties

  Name Description
Property DefaultLanguage When implemented by a class, gets a collection of References defined in the Project. The References include DLL's or assemblies that have been added to the project and are available to the object it contains.  
Property Description When implemented by a class, gets or sets the Description of the associated object.  
Property Environment When implemented by a class, gets the Environment of the Project.  
Property FileName When implemented by a class, gets the Path of the Project e.g. "c:\workflow\" (Inherited from SourceCode.Framework.IBuildProject)
Property Files (Inherited from SourceCode.Framework.IProjectFilesContainer)
Property Folder (Inherited from SourceCode.Framework.ISubProjectContainer)
Property FolderPath (Inherited from SourceCode.Framework.IProjectFoldersContainer)
Property Folders (Inherited from SourceCode.Framework.IProjectFoldersContainer)
Property FullFileName (Inherited from SourceCode.Framework.IBuildProject)
Property Guid (Inherited from SourceCode.Framework.IBuildProject)
Property MetaData When implemented by a class, gets or sets the MetaData of the associated object.  
Property Name When implemented by a class, gets or sets the Name of the associated object. (Inherited from SourceCode.Framework.IBuildProject)
Property OutputPath (Inherited from SourceCode.Framework.IBuildProject)
Property ProjectGuid (Inherited from SourceCode.Framework.IBuildProject)
Property References (Inherited from SourceCode.Framework.IBuildProject)
Property SubProjects (Inherited from SourceCode.Framework.ISubProjectContainer)
Top

Public Methods

  Name Description
Method Compile (Inherited from SourceCode.Framework.IBuildProject)
Method CreateDeploymentPackage (Inherited from SourceCode.Framework.Deployment.IDeploymentContainer)
Method CreateNewFile (Inherited from SourceCode.Framework.IProjectFilesContainer)
Method CreateNewFolder (Inherited from SourceCode.Framework.IProjectFoldersContainer)
Method Delete (Inherited from SourceCode.Framework.IBuildProject)
Method Deploy (Inherited from SourceCode.Framework.Deployment.IDeploymentContainer)
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 GetFolderFromPath (Inherited from SourceCode.Framework.IBuildProject)
Method GetProperty (Inherited from SourceCode.Framework.Deployment.IDeploymentProperties)
Method GetService (Inherited from System.IServiceProvider)
Method GetTargetFrameworkVersion  
Method Load (Inherited from SourceCode.Framework.IBuildProject)
Method LoadFromXml (Inherited from SourceCode.Framework.IBuildProject)
Method PrepareForDeployment (Inherited from SourceCode.Framework.Deployment.IDeployable)
Method Remove (Inherited from SourceCode.Framework.IBuildProject)
Method Save (Inherited from SourceCode.Framework.IBuildProject)
Method SaveAll (Inherited from SourceCode.Framework.IBuildProject)
Method SaveAs (Inherited from SourceCode.Framework.IBuildProject)
Method SetProperty (Inherited from SourceCode.Framework.Deployment.IDeploymentProperties)
Method Unload (Inherited from SourceCode.Framework.IUnloadableFileContent)
Top

See Also