Ofcas.Lk.Api.Client - Version 3.0  3.0.0.105
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 COfcas.Lk.Api.Client.Core.ConnectedClientProvides information about a currently connected client.
 COfcas.Lk.Api.Client.Core.CoreInfo< CoreObjectBase >
 COfcas.Lk.Api.Client.Core.ProjectDirectoryInfoRepresents the directory data to a ProjectCenter
 COfcas.Lk.Api.Client.Core.CoreInfo< DocumentContainer >
 COfcas.Lk.Api.Client.Core.DocumentInfoRepresents the metadata to a Document
 COfcas.Lk.Api.Client.Core.CoreInfo< Elevation >
 COfcas.Lk.Api.Client.Core.ElevationInstanceInfoRepresents the metadata to a ElevationInstance.
 COfcas.Lk.Api.Client.Core.CoreInfo< LoginScope >
 COfcas.Lk.Api.Client.Core.ProjectCenterInfoRepresents the metadata to a ProjectCenter
 COfcas.Lk.Api.Client.Core.CoreInfo< Phase >
 COfcas.Lk.Api.Client.Core.ElevationInfoRepresents the metadata to a Elevation
 COfcas.Lk.Api.Client.Core.CoreInfo< Project >
 COfcas.Lk.Api.Client.Core.PhaseInfoRepresents a metadata object for a phase.
 COfcas.Lk.Api.Client.Core.CoreInfo< ProjectCenter >
 COfcas.Lk.Api.Client.Core.ProjectInfoRepresents the metadata to a Project
 COfcas.Lk.Api.Client.Core.CoreObjectFullyQualified< LoginScope, ProjectCenterInfo, Project, ProjectInfo >
 COfcas.Lk.Api.Client.Core.ProjectCenterProjectCenter is the representation of a LogiKal project-center. The children are of type Project. The children can be received from the InfoList (CoreObject<T>.Infos). Each ProjectCenter belongs to a fixed directory. To use another project directory, create a new project center using method GetProjectCenter.
 COfcas.Lk.Api.Client.Core.CoreObjectFullyQualified< Phase, ElevationInfo, ElevationInstance, ElevationInstanceInfo >
 COfcas.Lk.Api.Client.Core.ElevationElevation is the representation of a LogiKal element (for example, a window, a facade, ...). The children are of type ElevationInstance. The children can be received from the InfoList (CoreObject<T>.Infos).
 COfcas.Lk.Api.Client.Core.CoreObjectFullyQualified< Project, PhaseInfo, Elevation, ElevationInfo >
 COfcas.Lk.Api.Client.Core.PhasePhase is the representation of a LogiKal phase. The children are of type Elevation. The children can be received from the InfoList (CoreObject<T>.Infos).
 COfcas.Lk.Api.Client.Core.CoreObjectFullyQualified< ProjectCenter, ProjectInfo, Phase, PhaseInfo >
 COfcas.Lk.Api.Client.Core.ProjectProject is the representation of a LogiKal project. The children are of type Phase. The children can be received from the InfoList (CoreObject<T>.Infos).
 COfcas.Lk.Api.Client.Core.CoreObjectWithChildren< Document, DocumentInfo >
 COfcas.Lk.Api.Client.Core.DocumentContainerDocumentContainer gives access to manage documents. Documents can be used in projects (Project).
 COfcas.Lk.Api.Client.Core.CoreObjectWithChildren< ProjectCenter, ProjectCenterInfo >
 COfcas.Lk.Api.Client.Core.LoginScopeThe LoginScope is the the scope to interact with LogiKal. The LoginScope can only be received by valid connection to a service (LoginScopeFactoryBase<T>.Login). It is necessary that a service is running. Currently only memory binding is supported. The children are of type ProjectCenter. The children can be received from the CoreObject<T>.Infos.
 COfcas.Lk.Api.Client.Core.ElementTypeElementType represents an available element construction types. Available types can be received with the method LoginScope.GetAvailableElementTypes.
 COfcas.Lk.Api.Client.Core.ElevationEditModeElevationEditMode represents an available edit mode for elevations. Available modes can be received with the method Elevation.GetAvailableElevationEditModes.
 CException
 COfcas.Lk.Api.Client.Core.Exceptions.ApiExceptionAn internal exception.
 COfcas.Lk.Api.Client.Core.Exceptions.ServiceNotFoundExceptionOccurs if the host was not found.
 COfcas.Lk.Api.Client.Core.GdzSettingsPlaceholder to configure getting gdz
 COfcas.Lk.Api.Client.Core.GraphicSettingsSettings for methods with graphical returns such as thumbnails or drawings.
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreInfoThis is the base interface for object-related information
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreInfoWithGuid
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreInfoWithParent< out out TParent >This is the specialized base interface for object-related information

Template Parameters
TParentThe type of the parent of this object-related information.
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreInfoDeletableBasic interface for erasable objects, e.g. for an elevation (ElevationInfo).
 COfcas.Lk.Api.Client.Core.DocumentInfoRepresents the metadata to a Document
 COfcas.Lk.Api.Client.Core.ElevationInfoRepresents the metadata to a Elevation
 COfcas.Lk.Api.Client.Core.ElevationInstanceInfoRepresents the metadata to a ElevationInstance.
 COfcas.Lk.Api.Client.Core.PhaseInfoRepresents a metadata object for a phase.
 COfcas.Lk.Api.Client.Core.ProjectInfoRepresents the metadata to a Project
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreInfoReportableBasic class for reportable objects, e.g. for an elevation (ElevationInfo).
 COfcas.Lk.Api.Client.Core.ElevationInfoRepresents the metadata to a Elevation
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreInfoWithParent< TParent >
 COfcas.Lk.Api.Client.Core.CoreInfo< TParent >This is the base class for object-related information

Template Parameters
TParentThe type of the parent of this object-related information.
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreObjectWithChildren< TChild, TChildInfo >
 COfcas.Lk.Api.Client.Core.CoreObjectWithChildren< TChild, TChildInfo >Realisation of ICoreObjectWithChildren<TChild,TChildInfo>.
 CICoreObjectWithDocuments
 COfcas.Lk.Api.Client.Core.ElevationElevation is the representation of a LogiKal element (for example, a window, a facade, ...). The children are of type ElevationInstance. The children can be received from the InfoList (CoreObject<T>.Infos).
 COfcas.Lk.Api.Client.Core.ElevationInstanceElevationInstance is the representation of an instance for an element (Elevation). An instance of an elavation has no children.
 COfcas.Lk.Api.Client.Core.ProjectProject is the representation of a LogiKal project. The children are of type Phase. The children can be received from the InfoList (CoreObject<T>.Infos).
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreObjectWithInfo< DocumentInfo >
 COfcas.Lk.Api.Client.Core.DocumentThe class Document is the represenation of a LogiKal document.
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreObjectWithInfo< ElevationInstanceInfo >
 COfcas.Lk.Api.Client.Core.ElevationInstanceElevationInstance is the representation of an instance for an element (Elevation). An instance of an elavation has no children.
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreObjectWithInfo< TOwnInfo >
 COfcas.Lk.Api.Client.Core.CoreObjectFullyQualified< TParent, TOwnInfo, TChild, TChildInfo >Realisation of ICoreObjectWithChildren<TChild,TChildInfo>, ICoreObjectWithParent<TParent>, ICoreObjectWithInfo<TOwnInfo>.
 CICoreObjectWithParent
 COfcas.Lk.Api.Client.Core.CoreObjectFullyQualified< TParent, TOwnInfo, TChild, TChildInfo >Realisation of ICoreObjectWithChildren<TChild,TChildInfo>, ICoreObjectWithParent<TParent>, ICoreObjectWithInfo<TOwnInfo>.
 COfcas.Lk.Api.Client.Core.DocumentThe class Document is the represenation of a LogiKal document.
 COfcas.Lk.Api.Client.Core.DocumentContainerDocumentContainer gives access to manage documents. Documents can be used in projects (Project).
 COfcas.Lk.Api.Client.Core.ElevationInstanceElevationInstance is the representation of an instance for an element (Elevation). An instance of an elavation has no children.
 COfcas.Lk.Api.Client.Core.ProgramRuntimeProvides information about the program after a successful login. Information is created at runtime. Provides the possibility to adjust runtime data.
 CIDisposable
 COfcas.Lk.Api.Client.Core.DisposableDisposable pattern helper class.
 COfcas.Lk.Api.Client.Core.Interfaces.ICoreObjectRepresents a basic core object which lifetime is controlled by the creator.
 COfcas.Lk.Api.Client.Core.Interfaces.ISynchronizationContainerUsed to retrieve ISynchronizedEvent and ISynchronizationContainer.
 COfcas.Lk.Api.Client.Core.InfoListContainer< T >
 COfcas.Lk.Api.Client.Core.InfoListContainer< Ofcas.Lk.Api.Client.Core.ProjectDirectoryInfo >
 COfcas.Lk.Api.Client.Core.InfoListContainer< TChildInfo >
 COfcas.Lk.Api.Shared.DC.Interfaces.ISynchronization
 COfcas.Lk.Api.Shared.DC.Interfaces.ISynchronizedEventAn event that occurred asynchronously and was synchronized.
 COfcas.Lk.Api.Shared.DC.Interfaces.ISynchronizedThread
 COfcas.Lk.Api.Shared.DC.Synchronization
 COfcas.Lk.Api.Shared.DC.Interfaces.ISynchronizationException
 COfcas.Lk.Api.Shared.DC.SynchronizationException
 COfcas.Lk.Api.Client.Core.OperationInfoContains information about an operation whether it can be called.
 COfcas.Lk.Api.Client.Core.ProgramInformation
 COfcas.Lk.Api.Shared.DC.ProjectAddressRepresents an address attached to a project
 COfcas.Lk.Api.Client.Core.ReportCategoryReportCategory represents a report category. The report items (ReportItem) are sorted in these categrories. Available reports can be received with the method Project.GetAvailableUserReports.
 COfcas.Lk.Api.Client.Core.ReportItemReportItem represents an available report. Available reports can be received with the method Project.GetAvailableUserReports.
 COfcas.Lk.Api.Shared.DC.Restriction
 COfcas.Lk.Api.Shared.DC.RunnableProgram< TCategory >Represents a runnable program.
 COfcas.Lk.Api.Shared.DC.RunnableProgram< LoginProgramCategoryType >
 COfcas.Lk.Api.Shared.DC.LoginRunnableProgramRepresents a login-specific runnable program.
 COfcas.Lk.Api.Shared.DC.RunnableProgram< ProjectProgramCategoryType >
 COfcas.Lk.Api.Shared.DC.ProjectRunnableProgramRepresents a project-specific runnable program.
 COfcas.Lk.Api.Shared.DC.SegmentInfo
 COfcas.Lk.Api.Client.Ui.ServiceProxyBase< IApiService, LoginScopeUi >
 COfcas.Lk.Api.Client.Ui.ServiceProxyServiceProxy is used to establish a connection to the service. The ServiceProxy ensures that the necessary service is started (Start). The service to be used is part of the LogiKal installation. After the start of the service the login takes place (Login). If a scope is completed, the service must be terminate with the method Stop. The ServiceProxy must be held during the lifetime of the scope.
 COfcas.Lk.Api.Client.Core.Settings3DPlaceholder to configure getting 3D defintion from an Elevation
 COfcas.Lk.Api.Shared.DC.SurfaceData