Removed Methods and Properties in 3.0.0.139
Methods and properties removed in version 3.0.0.139 and their replacements
3 minute read
The following table lists methods and properties that have been removed in 3.0.0.139 and lists their replacement if available.
| Class/Interface | Removed | Replacement |
|---|---|---|
| ICoreInfo | ICoreObject Parent | ICoreInfo ParentInfo |
| ICoreInfoDeletable | bool Deleted | bool IsDeleted |
| ICoreInfoWithParent | completely removed | none |
| ICoreObject | Guid CoreObjectId | Guid Id |
| CoreObjectBase | IList Guid Children() | IList TChildInfo ICoreObjectWithChildren.GetLivingChildrenInfos() |
| Document | void GetContent(Stream target) / Stream GetContent() | Stream GetContent(bool writeAccess) |
| DocumentContainer | Document GetDocument(DocumentInfo) | Document GetChild(DocumentInfo) |
| DocumentInfo | string FileName | string DisplayName |
| DocumentInfo | bool Deleted | bool IsDeleted |
| ElementType | int ElementTypeId | int Id |
| ElementType | string ElementTypeName | string Name |
| Elevation | ElevationInstance GetElevationInstance(ElevationInstanceInfo) | ElevationInstance GetChild(ElevationInstanceInfo) |
| Elevation | void GetThumbnail(Stream, GraphicSettings) | Stream GetThumbnail(Dictionary) |
| Elevation | Stream GetDrawing(GraphicSettings) | Stream GetDrawing(Dictionary) |
| Elevation | void GetGdz(Stream, GdzSettings) / Stream GetGdz(GdzSettings) | Stream GetGdz(Dictionary) |
| Elevation | Stream Get3D(Settings3D) | Stream Get3D(Dictionary) |
| Elevation | IList ElevationEditMode GetAvailableElevationEditModes() | IList ElevationEditMode GetEditModes() |
| ElevationEditMode | int EditModeId | int Id |
| ElevationEditMode | string EditModeName | string Name |
| ElevationInfo | Guid LkVersionGuid | Guid VersionGuid |
| ElevationInfo | bool Deleted | bool IsDeleted |
| ElevationInfo | ulong CreatedDate | DateTime CreatedDateTime |
| ElevationInfo | ulong LastChangeDate | DateTime LastChangedDateTime |
| ElevationInfo | double Height | double StandardElevationInfo.Height |
| ElevationInfo | double Width | double StandardElevationInfo.Width |
| ElevationInfo | string UValue | string StandardElevationInfo.UValue |
| ElevationInfo | string SurfaceBaseElement | string StandardElevationInfo.SurfaceBase.Name |
| ElevationInfo | int SurfaceBaseElementInsideRg | string StandardElevationInfo.SurfaceBase.ColorInside |
| ElevationInfo | int SurfaceBaseElementOutsideRg | string StandardElevationInfo.SurfaceBase.ColorOutside |
| ElevationInfo | string SurfaceFrameElement | string StandardElevationInfo.SurfaceFrame.Name |
| ElevationInfo | int SurfaceFrameElementInsideRg | string StandardElevationInfo.SurfaceFrame.ColorInside |
| ElevationInfo | int SurfaceFrameElementOutsideRg | string StandardElevationInfo.SurfaceFrame.ColorOutside |
| ElevationInfo | ElevationStatus StatusId | int ElevationInfo.ProcessingStatus.Id |
| ElevationInfo | string StatusName | string ElevationInfo.ProcessingStatus.Name |
| ElevationInfo | InsertionElevationInfo AsInsertionInfo() | InsertionElevationInfo AsInsertionElevation() |
| ElevationInstanceInfo | bool Deleted | bool IsDeleted |
| ExportSettings | completely removed | none |
| GdzSettings | completely removed | none |
| GraphicSettings | completely removed | none |
| LoginScope | ProjectCenter GetProjectCenter(ProjectCenterInfo) | ProjectCenter GetChild(ProjectCenterInfo) |
| LoginScope | ProjectCenter GetProjectCenter(ProjectCenterInfo, ProjectInfo) | ProjectCenter GetChild(ProjectCenterInfo, ProjectInfo) |
| LoginScope | IList LoginRunnableProgram GetRunnablePrograms() | IList LoginRunnableProgram LoginScopeUi.GetRunnablePrograms() |
| LoginScope | IList ElementType GetAvailableElementTypes() | IList ElementType GetElementTypes() |
| LoginScope | IList ProjectInfo GetRecentProjects() | IList ProjectInfo GetRecentProjects(ProjectType) |
| LoginScope | IList ProjectInfo GetRecentProjectInfos() | IList ProjectInfo GetRecentProjects(ProjectType) |
| LoginScope | Stream GetExport(ExportSettings) | Stream GetExport(Dictionary) |
| LoginScope | Elevation GetElevation(ElevationInfo) | Elevation GetChild(ElevationInfo) |
| Phase | Elevation GetElevation(ElevationInfo) | Elevation GetChild(ElevationInfo) |
| PhaseInfo | bool Deleted | bool IsDeleted |
| Project | Phase GetPhase(PhaseInfo) | Phase GetChild(PhaseInfo) |
| Project | PhaseInfo CreatePhase(string, string) | PhaseInfo CreateChild(Dictionary) |
| Project | IList ReportCategory GetAvailableUserReports() | IList ReportCategory GetReports() |
| ProjectCenter | Project GetProject(ProjectInfo) | Project GetChild(ProjectInfo) |
| ProjectCenter | ProjectInfo CreateLkProject(string) | ProjectInfo CreateChild(Dictionary) |
| ProjectCenter | ProjectDirectoryInfo OwnDirectoryInfo | ProjectDirectoryInfo ProjectCenter.Info.ProjectDirectoryInfo |
| ProjectInfo | ulong CreatedDate | DateTime CreatedDateTime |
| ProjectInfo | ulong LastChangeDate | DateTime LastChangedDateTime |
| ProjectInfo | bool Deleted | bool IsDeleted |
| Settings3D | completely removed | none |
| ElevationUi | ElevationInfo Edit(ElevationEditMode) | IDialogResult ShowModal(ElevationEditMode) |
| ElevationUi | ISynchronizedOperation BeginEdit(ElevationEditMode) | ISynchronizedOperation BeginShow(ElevationEditMode) / Show(ElevationEditMode) |
| ElevationUi | ISynchronizedOperation Show() | ISynchronizedOperation BeginShow() |
| ElevationUi | IDialogResult WaitForShow(ISynchronizedOperation) | IDialogResult EndShow(ISynchronizedOperation) |
| ElevationUi | void DeleteElevationInstance(ElevationInstanceInfo) | void DeleteChild(ElevationInstanceInfo, bool) |
| LoginScopeUi | ProjectCenterUi GetProjectCenter(ProjectCenterInfo) | ProjectCenterUi GetChild(ProjectCenterInfo) |
| LoginScopeUi | ProjectCenterUi GetProjectCenter(ProjectCenterInfo, ProjectInfo) | ProjectCenterUi GetChild(ProjectCenterInfo, ProjectInfo) |
| LoginScopeUi | OperationStatus RunProgram(LoginRunnableProgram, Dictionary) | DialogResultCode ShowModal(LoginRunnableProgram, Dictionary) |
| LoginScopeUi | ISynchronizedOperation Show(LoginRunnableProgram, Dictionary) | ISynchronizedOperation BeginShow(LoginRunnableProgram, Dictionary) |
| LoginScopeUi | DialogResultCode WaitForShow(ISynchronizedOperation) | DialogResultCode EndShow(ISynchronizedOperation) |
| PhaseUi | ElevationUi GetElevation(ElevationInfo) | ElevationUi GetChild(ElevationInfo) |
| PhaseUi | ElevationInfo RestoreElevation(ElevationInfo) | ElevationInfo Phase.RestoreChild(ElevationInfo) |
| ProjectCenterUi | ProjectUi GetProject(ProjectInfo) | ProjectUi GetChild(ProjectInfo) |
| ProjectCenterUi | ProjectInfo CreateLkProject() | ProjectInfo CreateChild(Dictionary) |
| ProjectCenterUi | Import(ProjectCenterImportType, Stream) | IDialogResult ImportChild(Stream) |
| ProjectCenterUi | IDialogResult ExportChild(ProjectInfo) | IDialogResult ExportChild(ProjectInfo, Dictionary) / Stream ExportChild(ProjectInfo, IEnumerable, Dictionary) |
| ProjectUi | PhaseUi GetPhase(PhaseInfo) | PhaseUi GetChild(PhaseInfo) |
| ProjectUi | Report(ReportItem, IEnumerable, Dictionary string string) | IDialogResult Report(ReportItem, IEnumerable, Dictionary) |
| ProjectUi | OperationStatus RunProgram(ProjectRunnableProgram, Dictionary) | DialogResultCode ShowModal(ProjectRunnableProgram, Dictionary) |
| ProjectUi | ISynchronizedOperation Show(ProjectRunnableProgram, Dictionary) | ISynchronizedOperation BeginShow(ProjectRunnableProgram, Dictionary) |
| ProjectUi | DialogResultCode WaitForShow(ISynchronizedOperation) | DialogResultCode EndShow(ISynchronizedOperation) |
| ProjectUi | IDialogResult ExportCncFiles(IEnumerable) | IDialogResult Report(ReportItem, IEnumerable, Dictionary) |
| ElevationStatus | completely removed | IElevationProcessingStatus |
| ProjectCenterImportType | completely removed | none |