Class ProjectData
- Namespace
- Alternet.Common.TypeScript
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents a content of the particular TypeScript project.
[DataContract]
public class ProjectData
- Inheritance
-
ProjectData
- Extension Methods
Properties
- Files
Gets or sets a list of project files.
- HostAssemblies
Gets or sets a list of assemblies used in the project.
- HostAssembliesSearchPaths
Gets or sets a collection of assemblies search paths.
- Language
Gets or sets project language.
- Name
Gets or sets project name.
- TypeDefinitionsSearchPaths
Gets or sets a collection of type definition search paths.