|
Ofcas.Lk.Api.Client - Version 3.0
3.0.0.113
|
A factory to create a new structure of ICoreObject based on the stated ICoreInfo. More...
Public Member Functions | |
| ProjectCenter | GetProjectCenter (ProjectCenterInfo projectCenterInfo, ProjectDirectoryInfo projectDirectoryInfo) |
| Gets an ProjectCenter based on the stated ProjectCenterInfo and the stated ProjectDirectoryInfo. More... | |
| Project | GetProject (ProjectInfo projectInfo) |
| Gets an Project based on the stated ProjectInfo. More... | |
| Phase | GetPhase (PhaseInfo phaseInfo) |
| Gets an Phase based on the stated PhaseInfo. More... | |
| Elevation | GetElevation (ElevationInfo elevationInfo) |
| Gets an Elevation based on the stated ElevationInfo. More... | |
| ElevationInstance | GetElevationInstance (ElevationInstanceInfo elevationInstanceInfo) |
| Gets an ElevationInstance based on the stated ElevationInstanceInfo. More... | |
A factory to create a new structure of ICoreObject based on the stated ICoreInfo.
| Elevation Ofcas.Lk.Api.Client.Core.Interfaces.ICoreObjectFactory.GetElevation | ( | ElevationInfo | elevationInfo | ) |
Gets an Elevation based on the stated ElevationInfo.
| elevationInfo | The ElevationInfo to the Elevation to be retrieved. |
| ElevationInstance Ofcas.Lk.Api.Client.Core.Interfaces.ICoreObjectFactory.GetElevationInstance | ( | ElevationInstanceInfo | elevationInstanceInfo | ) |
Gets an ElevationInstance based on the stated ElevationInstanceInfo.
| elevationInstanceInfo | The ElevationInstanceInfo to the ElevationInstance to be retrieved. |
| Project Ofcas.Lk.Api.Client.Core.Interfaces.ICoreObjectFactory.GetProject | ( | ProjectInfo | projectInfo | ) |
Gets an Project based on the stated ProjectInfo.
| projectInfo | The ProjectInfo to the Project to be retrieved. |
| ProjectCenter Ofcas.Lk.Api.Client.Core.Interfaces.ICoreObjectFactory.GetProjectCenter | ( | ProjectCenterInfo | projectCenterInfo, |
| ProjectDirectoryInfo | projectDirectoryInfo | ||
| ) |
Gets an ProjectCenter based on the stated ProjectCenterInfo and the stated ProjectDirectoryInfo.
| projectCenterInfo | The ProjectCenterInfo to the ProjectCenter to be retrieved. |
| projectDirectoryInfo | The ProjectDirectoryInfo to the ProjectCenter to be retrieved. |