[This is preliminary documentation and is subject to change.]
Summary description for project.
| C# | Visual Basic | Visual C++ |
public class Project
Public Class Project
public ref class Project
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| Project()()() |
Constructor
| |
| AddSession(String) |
Method to add a session to an existing Project.
| |
| AreProjectOrSessionsChanged()()() |
Method to determine whether the project or session has been changed.
| |
| Close(Boolean) |
Method to close the Project.
| |
| ContainsSession(String) |
Method to determine whether a particular session exist in a list of given sessions.
| |
| display_message | ||
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetRelativePath(String, String) |
Converts the absolute path to relative path of session file.
| |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| HasCancelledLastOperation |
Boolean that determines whether the last operation has been cancelled be the user.
| |
| HasProjectChanged |
Boolean that represents whether the project has been changed.
| |
| hasUserCancelledLastOperation | ||
| HasUserCancelledLastOperation()()() | ||
| IsProjectConstructed |
Boolean that represents whether the project has been Constructed.
| |
| Load(String) |
Method to Load the Project.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| New(String) |
Construct a new empty Project that has not been saved yet to the supplied Project file.
Precondition: no project is constructed.
| |
| NosOfSessionsChanged |
Property that represents the number of changed sessions.
| |
| ProjectFileName |
Represents the Project File Name.
| |
| SaveProject(String) |
Save the Project to the specified Project file name.
The current project file name will also change to the specified project file name.
Sessions will not be saved.
| |
| SaveProject()()() |
Save the Project to the current Project file name.
Sessions will not be saved.
| |
| Sessions |
Represents a collection of Sessions in a Project.
| |
| tempButtonCancel | ||
| tempButtonNo | ||
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
| Object | |
| Project | |