Ofcas.Lk.Api.Client - Version 3.0  3.0.0.106
Ofcas.Lk.Api.Client.Core Namespace Reference

Namespaces

Classes

class  ConnectedClient
 Provides information about a currently connected client. More...
 
class  CoreInfo
 This is the base class for object-related information

Template Parameters
TParentThe type of the parent of this object-related information.
More...
 
class  CoreObjectBase
 CoreObjectBase is the base class for all objects and holds general data (for example, the object instance ID of the parent). Each object is assigned with a unique identification number (CoreObjectId) More...
 
class  CoreObjectFullyQualified
 Realisation of ICoreObjectWithChildren<TChild,TChildInfo>, ICoreObjectWithParent<TParent>, ICoreObjectWithInfo<TOwnInfo>. More...
 
class  CoreObjectRegistry
 Internal list to manage all generated objects. The list is only used internally
 
class  CoreObjectWithChildren
 Realisation of ICoreObjectWithChildren<TChild,TChildInfo>. More...
 
class  Disposable
 Disposable pattern helper class. More...
 
class  Document
 The class Document is the represenation of a LogiKal document. More...
 
class  DocumentContainer
 DocumentContainer gives access to manage documents. Documents can be used in projects (Project). More...
 
class  DocumentInfo
 Represents the metadata to a Document More...
 
class  ElementType
 ElementType represents an available element construction types. Available types can be received with the method LoginScope.GetAvailableElementTypes. More...
 
class  Elevation
 Elevation 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). More...
 
class  ElevationEditMode
 ElevationEditMode represents an available edit mode for elevations. Available modes can be received with the method Elevation.GetAvailableElevationEditModes. More...
 
class  ElevationInfo
 Represents the metadata to a Elevation More...
 
class  ElevationInstance
 ElevationInstance is the representation of an instance for an element (Elevation). An instance of an elavation has no children. More...
 
class  ElevationInstanceInfo
 Represents the metadata to a ElevationInstance. More...
 
class  ExportSettings
 Defines the settings for export. More...
 
class  GdzSettings
 Placeholder to configure getting gdz More...
 
class  GraphicSettings
 Settings for methods with graphical returns such as thumbnails or drawings. More...
 
class  InfoListContainer
 
class  LoginScope
 The 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. More...
 
class  OperationInfo
 Contains information about an operation whether it can be called. More...
 
class  Phase
 Phase is the representation of a LogiKal phase. The children are of type Elevation. The children can be received from the InfoList (CoreObject<T>.Infos). More...
 
class  PhaseInfo
 Represents a metadata object for a phase. More...
 
class  ProgramInformation
 
class  ProgramRuntime
 Provides information about the program after a successful login. Information is created at runtime. Provides the possibility to adjust runtime data. More...
 
class  Project
 Project is the representation of a LogiKal project. The children are of type Phase. The children can be received from the InfoList (CoreObject<T>.Infos). More...
 
class  ProjectCenter
 ProjectCenter 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. More...
 
class  ProjectCenterInfo
 Represents the metadata to a ProjectCenter More...
 
class  ProjectDirectoryInfo
 Represents the directory data to a ProjectCenter More...
 
class  ProjectInfo
 Represents the metadata to a Project More...
 
class  ReportCategory
 ReportCategory represents a report category. The report items (ReportItem) are sorted in these categrories. Available reports can be received with the method Project.GetAvailableUserReports. More...
 
class  ReportItem
 ReportItem represents an available report. Available reports can be received with the method Project.GetAvailableUserReports. More...
 
class  Settings3D
 Placeholder to configure getting 3D defintion from an Elevation More...