Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
*'''[[Repository.GetAllUnits]]''' {{APIComment|Returns the default unit ID.}}
*'''[[Repository.GetAllUnits]]''' {{APIComment|Returns the default unit ID.}}
*'''[[Repository.GetAllModelsInfo]]''' {{APIComment|Returns an array containing all model names and their IDs from the current project.}}
*'''[[Repository.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.}}
*'''[[Repository.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.}}
*'''[[GetAllModels]]''' {{APIComment|Returns an array containing all models from the current project.}}
*'''[[GetAllModels]]''' {{APIComment|Returns an array containing all models from the current project.}}
*'''[[AddModel]]''' {{APIComment|Saves a new model in the repository. }}
*'''[[AddModel]]''' {{APIComment|Saves a new model in the repository. }}

Revision as of 17:07, 18 September 2013


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

Constructors

Methods

Properties