You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectUi Class > ProjectUi Methods > ProjectUi.Add Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectUi.Add Method

Used to add an ICoreInfo to a project of type ProjectType.FabricationLot. This is the dialog-based variant and may display a dialog if necessary.

Syntax
C#
public new DialogResult<PhaseInfo> Add(ICoreInfo coreInfo);
Parameters
Description
ICoreInfo coreInfo
The ICoreInfo to add.

Returns a DialogResult{T} containing the PhaseInfo of the FabricationLot the ICoreInfo belongs to.

Copyright © 2021 Orgadata AG. All rights reserved.