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

Glossary Item Box

The following tables list the members exposed by ISubProject.

Public Properties

  Name Description
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 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 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 ParentProject  
Property ProjectGuid (Inherited from SourceCode.Framework.IBuildProject)
Property ProjectTemplateData  
Property ProjectTypeData  
Property References (Inherited from SourceCode.Framework.IBuildProject)
Property Visible  
Top

Public Methods

See Also