C# Class STELLAR.APP.Project

显示文件 Open project: cbinding/stellar Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Project ( ) : System
Project ( String label ) : System
addProcess ( String fileName ) : void
loadFromFile ( String fileName ) : Project
removeProcess ( String fileName ) : void
saveToFile ( Project project, String fileName ) : void

Method Details

Project() public method

public Project ( ) : System
return System

Project() public method

public Project ( String label ) : System
label String
return System

addProcess() public method

public addProcess ( String fileName ) : void
fileName String
return void

loadFromFile() public static method

public static loadFromFile ( String fileName ) : Project
fileName String
return Project

removeProcess() public method

public removeProcess ( String fileName ) : void
fileName String
return void

saveToFile() public static method

public static saveToFile ( Project project, String fileName ) : void
project Project
fileName String
return void