|
| void | SetApplicationHandle (IntPtr uiHandle) |
| | Sets an ui handle. All opened user interfaces used this handle as parent. After an operation the default handle from the login scope will be used (ServiceProxyBase<TService,TCoreObject>.Login(string,long,System.TimeSpan)). More...
|
| |
| ElevationInfo | Edit (ElevationEditMode elevationEditMode) |
| | This method is deprecated. Please use ShowModal instead. More...
|
| |
| IDialogResult< ElevationInfo > | ShowModal (ElevationEditMode elevationEditMode) |
| | Starts editing the elevation via user interface More...
|
| |
| ISynchronizedOperation | BeginEdit (ElevationEditMode elevationEditMode) |
| | This method is deprecated. Please use Show instead. More...
|
| |
| ISynchronizedOperation | Show (ElevationEditMode elevationEditMode) |
| | Begins editing the elevation asynchronously. More...
|
| |
| IDialogResult< ElevationInfo > | WaitForShow (ISynchronizedOperation synchronizedOperation) |
| | Waits for the ISynchronizedOperation to finish. More...
|
| |
| ElevationInfo | Set3D (Stream content) |
| | Sets a 3D definition to the current Elevation. Available formats are specified in "Public API Documentation" (Confluence). Setting 3D data is only allowed for empty created elevations (ElevationInfo.State). More...
|
| |
| ElevationInfo | Setup2D (Stream content) |
| | Setup the Elevation with a 2D definition. For example this method can be used to setup the grid of the Elevation. Available formats are specified in "Public API Documentation" (Confluence). Setup 2D data is only allowed for empty created elevations (ElevationInfo.State). More...
|
| |
| override void | DeleteElevationInstance (ElevationInstanceInfo elevationInstanceInfo) |
| | Deletes an existing ElevationInstance from this Elevation. More...
|
| |
|
override OperationInfo | CanDeleteChild (ElevationInstanceInfo childInfo) |
| |
|
override void | DeleteChild (ElevationInstanceInfo childInfo) |
| |
| IDialogResult< ElevationInfo > | SetFromHistory () |
| | Sets the current Elevation using a selected Elevation from the Project's elevation history. More...
|
| |
|
override ElevationInfo | Refresh () |
| |
| override ElevationInstance | GetChild (ElevationInstanceInfo elevationInstanceInfo) |
| | Gets an ElevationInstance based on an ElevationInstanceInfo. More...
|
| |
| ElevationInstance | GetElevationInstance (ElevationInstanceInfo elevationInstanceInfo) |
| | This method is deprecated. Please use GetChild(ElevationInstanceInfo) instead. More...
|
| |
| override OperationInfo | CanEdit (string key, object value) |
| | Checks whether an elevation can be edited or not. More...
|
| |
| override ElevationInfo | Edit (string key, object value) |
| | Edits an elevation based on a key and a value. More...
|
| |
| override OperationInfo | CanCreateChild () |
| | Checks whether an ElevationInstance can be created or not. More...
|
| |
| override ElevationInstanceInfo | CreateChild () |
| | Creates a new ElevationInstance to this Elevation. More...
|
| |
| IList< ElevationInstanceInfo > | CreateChildren (int amount) |
| | Creates an amount of new ElevationInstance to this Elevation. More...
|
| |
| override OperationInfo | CanDeleteChild (ElevationInstanceInfo childInfo) |
| | Checks whether an elevation instance can be deleted or not. More...
|
| |
| override void | DeleteChild (ElevationInstanceInfo childInfo) |
| | Deletes an elevation instance based on an info object. More...
|
| |
| void | GetThumbnail (Stream target, GraphicSettings settings) |
| | This method is deprecated. Please use GetThumbnail(Dictionary<string, object>) instead. More...
|
| |
| Stream | GetThumbnail (Dictionary< string, object > parameters) |
| | Gets a thumbnail from the elevation as a Stream. More...
|
| |
| Stream | GetDrawing (GraphicSettings settings) |
| | This method is deprecated. Please use GetDrawing(Dictionary<string, object>) instead. More...
|
| |
| Stream | GetDrawing (Dictionary< string, object > parameters) |
| | Gets a drawing from the elevation as a Stream. More...
|
| |
| void | GetGdz (Stream target, GdzSettings settings) |
| | This method is deprecated. Please use GetGdz(GdzSettings) instead. More...
|
| |
| Stream | GetGdz (GdzSettings settings) |
| | This method is deprecated. Please use GetGdz(Dictionary<string, object>) instead. More...
|
| |
| Stream | GetGdz (Dictionary< string, object > parameters) |
| | Gets the GDZ from the elevation as a Stream. More...
|
| |
| Stream | Get3D (Settings3D settings) |
| | This method is deprecated. Please use Get3D(Dictionary<string, object>) instead. More...
|
| |
| Stream | Get3D (Dictionary< string, object > parameters) |
| | Gets the 3D definition from the elevation. More...
|
| |
| Stream | GetPartsList () |
| | Returns the parts list of this Elevation as a sqlite file. More...
|
| |
| IList< ElevationEditMode > | GetAvailableElevationEditModes () |
| | This method is deprecated. Please use GetEditModes instead. More...
|
| |
| IList< ElevationEditMode > | GetEditModes () |
| | Returns a list of all available ElevationEditMode for the current Elevation. More...
|
| |
| ElevationInfo | SetElementPricelistSelection (Stream selectionStream) |
| | Sets the selection of an element pricelist elevation. More...
|
| |
| Stream | GetElementPricelistSelection () |
| | Gets the selection of an element pricelist elevation. More...
|
| |
|
override ElevationInstanceInfo | RefreshChild (ElevationInstanceInfo childInfo) |
| |
|
|
DocumentContainer | Documents => _documentContainerLifetimeManager.GetCoreObject() |
| |
|
override IEnumerable< ElevationInstanceInfo > | GetChildrenInfos () |
| |
|
virtual ElevationInstance | CreateNewInstance (Guid coreObjectId, ElevationInstanceInfo elevationInstanceInfo) |
| |
|
ElevationInfo | HandleElevationOperationStatusResponse (OperationStatusResponse response, string information) |
| |
| OperationInfo | CanDeleteChild (ElevationInstanceInfo childInfo, bool verbose) |
| | Checks whether an elevation instance can be deleted or not. More...
|
| |
| void | DeleteChild (ElevationInstanceInfo childInfo, bool verbose) |
| | Deletes an elevation instance based on an info object. More...
|
| |
|
bool | ObjectChanged (ISynchronizedEvent synchronizedEvent) |
| |
|
override void | Dispose (bool disposing) |
| |
| | CoreObjectFullyQualified (IApiService apiService, Guid coreObjectId, TParent parent, TOwnInfo ownInfo) |
| | Creates a new instance of CoreObjectFullyQualified<TParent,TOwnInfo,TChild,TChildInfo> with the given parameters. More...
|
| |
|
ISynchronizationContainer | SynchronizationContainer [get] |
| |
|
TParent | Parent [get] |
| |
|
TOwnInfo | Info [get] |
| |
ElevationUi is the representation of a LogiKal element (for example, a window, a facade, ...) and provides methods with user interaction. The children are of type ElevationInstance. The children can be received from the InfoList (CoreObject<T>.Infos).