Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
*'''[[Repository.GetCurrentProject]]''' {{APIComment|Returns the name and ID of the current project.}}
*'''[[Repository.GetCurrentProject]]''' {{APIComment|Returns the name and ID of the current project.}}
*'''[[Repository.SetCurrentProject]]''' {{APIComment|Opens (sets as current) a project with the specified ID. If 0 is passed, a fist available project will be set as current.}}
*'''[[Repository.SetCurrentProject]]''' {{APIComment|Opens (sets as current) a project with the specified ID. If 0 is passed, a fist available project will be set as current.}}
*'''[[GetAllUnits]]''' {{APIComment|Returns the default unit ID.}}
*'''[[Repository.GetAllUnits]]''' {{APIComment|Returns the default unit ID.}}
*'''[[GetAllModelsInfo]]''' {{APIComment|Returns an array containing all model names and their IDs from the current project.}}
*'''[[GetAllModelsInfo]]''' {{APIComment|Returns an array containing all model names and their IDs from the current project.}}
*'''[[GetModel]]''' {{APIComment|Returns the model from the current project with the specified ID. Returns nothing if the model does not exist or is not in the current project.}}
*'''[[GetModel]]''' {{APIComment|Returns the model from the current project with the specified ID. Returns nothing if the model does not exist or is not in the current project.}}

Revision as of 01:14, 18 September 2013


Provides an application the ability to access and edit Synthesis Repositories.

Constructors

Methods

Properties