Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
*'''[[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.}}
*'''[[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.}}
*'''[[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.}}
*'''[[Repository.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. }}
*'''[[UpdateModel]]''' {{APIComment|Updates the model in the repository. }}
*'''[[UpdateModel]]''' {{APIComment|Updates the model in the repository. }}

Revision as of 17:12, 18 September 2013


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

Constructors

Methods

Properties