Repository Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Line 67: Line 67:


''' BlockSim '''  
''' BlockSim '''  
*[[Repository.ImportBlockSimXMLFile|ImportBlockSimXMLFile]] {{APIComment|{{Template:Repository.ImportBlockSimXMLFile.Cmt}}}}
*[[Repository.ImportBlockSimXMLFile|ImportBlockSimXMLFile( String )]] {{APIComment|{{Template:Repository.ImportBlockSimXMLFile.Cmt}}}}
*[[Repository.ExportBlockSimXMLFile|ExportBlockSimXMLFile]] {{APIComment|{{Template:Repository.ExportBlockSimXMLFile.Cmt}}}}
*[[Repository.ExportBlockSimXMLFile|ExportBlockSimXMLFile( String )]] {{APIComment|{{Template:Repository.ExportBlockSimXMLFile.Cmt}}}}


''' Save RawDataSet '''
''' Save RawDataSet '''
*[[Repository.SaveRawDataSet|SaveRawDataSet]] {{APIComment|{{Template:Repository.SaveRawDataSet.Cmt}}}}
*[[Repository.SaveRawDataSet|SaveRawDataSet( RawDataSet )]] {{APIComment|{{Template:Repository.SaveRawDataSet.Cmt}}}}


''' XFRACAS '''  
''' XFRACAS '''  
*[[Repository.GetAllXFRACASEntities|GetAllXFRACASEntities]] {{APIComment|{{Template:Repository.GetAllXFRACASEntities.Cmt}}}}
*[[Repository.GetAllXFRACASEntities|GetAllXFRACASEntities]] {{APIComment|{{Template:Repository.GetAllXFRACASEntities.Cmt}}}}
*[[Repository.ImportXFRACASXML|ImportXFRACASXML]] {{APIComment|{{Template:Repository.ImportXFRACASXML.Cmt}}}}
*[[Repository.ImportXFRACASXML|ImportXFRACASXML( Integer, XFRACASImportType, Byte(), String, String )]] {{APIComment|{{Template:Repository.ImportXFRACASXML.Cmt}}}}
*[[Repository.ImportXFRACASXMLFile|ImportXFRACASXMLFile]] {{APIComment|{{Template:Repository.ImportXFRACASXMLFile.Cmt}}}}
*[[Repository.ImportXFRACASXMLFile|ImportXFRACASXMLFile( Integer, XFRACASImportType, String, String )]] {{APIComment|{{Template:Repository.ImportXFRACASXMLFile.Cmt}}}}
*[[Repository.ImportXFRACASXMLString|ImportXFRACASXMLString]] {{APIComment|{{Template:Repository.ImportXFRACASXMLString.Cmt}}}}
*[[Repository.ImportXFRACASXMLString|ImportXFRACASXMLString(( Integer, XFRACASImportType, String, String, String )]] {{APIComment|{{Template:Repository.ImportXFRACASXMLString.Cmt}}}}
*[[Repository.SerializeXMLObjectToByteArray|SerializeXMLObjectToByteArray]] {{APIComment|{{Template:Repository.SerializeXMLObjectToByteArray.Cmt}}}}
*[[Repository.SerializeXMLObjectToByteArray|SerializeXMLObjectToByteArray( Byte, Object )]] {{APIComment|{{Template:Repository.SerializeXMLObjectToByteArray.Cmt}}}}
*[[Repository.ProcessXfracasImports|ProcessXfracasImports]] {{APIComment|{{Template:Repository.ProcessXfracasImports.Cmt}}}}
*[[Repository.ProcessXfracasImports|ProcessXfracasImports]] {{APIComment|{{Template:Repository.ProcessXfracasImports.Cmt}}}}



Revision as of 23:32, 26 February 2014


Template:Repository Class.Cmt

Constructors

Methods

Connect/Disconnect to Repository

Project

Unit

Models

  • GetAllModelsInfo Returns an array containing all model names and their IDs from the current project.
  • GetModel( Integer ) 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 Returns an array containing all models from the current project.
  • AddModel( cModel ) Saves a new model in the repository.
  • UpdateModel( cModel ) Updates the model in the repository.

URDs

Variables

Corrective Tasks

Scheduled Tasks

Task Types

  • GetAllTaskTypes Retuns an array containing all task types in the repository.

Crews

Pools

Action

BlockSim

Save RawDataSet

XFRACAS

Properties