Click or drag to resize

ProjectData Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Defines certain data about user project.
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public sealed class ProjectData : OpenObject

The ProjectData type exposes the following members.

Constructors
  NameDescription
Public methodProjectData
Initializes a new instance of the ProjectData class
Top
Properties
  NameDescription
Public propertyAuthor
Gets or sets the project author.
Public propertyCodeDependentData
Code dependent data
Public propertyDate
Gets or sets the date.
Public propertyDescription
Gets or sets the description of project.
Public propertyName
Gets or sets the name of project.
Public propertyNumber
Gets or sets the number of project.
Top
See Also