Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 43: Line 43:


===== Crews =====
===== Crews =====
*'''[[GetAllCrews]]''' {{APIComment|Returns an array containing all crews from the current project.}}
*'''[[Repository.GetAllCrews]]''' {{APIComment|Returns an array containing all crews from the current project.}}
*'''[[AddCrew]]''' {{APIComment|Saves the crew in the repository. }}
*'''[[Repository.AddCrew]]''' {{APIComment|Saves the crew in the repository. }}
*'''[[UpdateCrew]]''' {{APIComment|Updates the Crew in the repository. }}
*'''[[Repository.UpdateCrew]]''' {{APIComment|Updates the Crew in the repository. }}


===== Pools =====
===== Pools =====

Revision as of 21:20, 19 September 2013


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

Constructors

Methods

Connection
Project
Unit
Models
URDs
Variables
Tasks
Crews
Pools
  • GetAllPools Returns an array containing all spare parts pools from the current project.
  • AddPool Saves the spare parts pool in the repository.
  • UpdatePool Updates the spare parts Pool in the repository.
Action
XFRACAS

Properties