You are here:
Symbol Reference
Symbol Reference
>
Ofcas.Lk.Api.Client.Ui Namespace
Ofcas.Lk.Api.Client.Core Namespace
Ofcas.Lk.Api.Client.Core.Exceptions Namespace
Ofcas.Lk.Api.Client.Core.Interfaces Namespace
Ofcas.Lk.Api.Client.Ui Namespace
Ofcas.Lk.Api.Shared.DC Namespace
Ofcas.Lk.Api.Shared.DC.Enums Namespace
Files
>
Classes
Classes
>
ProjectUi Class
DialogResult<T> Class
ElevationUi Class
LoginScopeUi Class
PhaseUi Class
ProjectCenterUi Class
ProjectInformationContainerUi Class
ProjectInformationUi Class
ProjectUi Class
ServiceProxy Class
>
ProjectUi Methods
ProjectUi Methods
ProjectUi Properties
>
ProjectUi.GetChildren Method
ProjectUi.BeginGetReport Method
ProjectUi.BeginReport Method
ProjectUi.BeginShow Method
ProjectUi.CanReport Method
CreateNewInstance Method
ProjectUi.EndGetReport Method
ProjectUi.EndReport Method
ProjectUi.EndShow Method
ProjectUi.ExportCncFiles Method
ProjectUi.GetChild Method
ProjectUi.GetChildren Method
ProjectUi.GetPhase Method
ProjectUi.GetProjectInformationContainer Method
ProjectUi.GetReport Method
ProjectUi.GetRunnablePrograms Method
Report Method
ProjectUi.RunProgram Method
ProjectUi.SelectGlass Method
ProjectUi.SetApplicationHandle Method
ProjectUi.Show Method
ProjectUi.ShowModal Method
ProjectUi.WaitForShow Method
Close
Ofcas.Lk.Api.Client - Version 3.0
Contents
Index
Home
ProjectUi.GetChildren Method
Send Feedback
Collapse All
Expand All
Gets a
PhaseUi
s based on a
PhaseInfo
s.
Syntax
C#
public
new
IEnumerable<
PhaseUi
>
GetChildren
(IEnumerable<
PhaseInfo
>
childrenInfos
=
null
);
Parameters
Parameters
Description
IEnumerable<PhaseInfo> childrenInfos = null
The
PhaseInfo
s of the
PhaseUi
s to be returned. If an empty list is given all
PhaseUi
s of this
ProjectUi
will be returned.
Returns
Returns a list of
PhaseUi
based on the given
PhaseInfo
s.
Exceptions
Exceptions
Description
ArgumentNullException
Thrown if list of
PhaseInfo
s is null.
Links
ProjectUi Class
Ofcas.Lk.Api.Client.Ui Namespace
Copyright © 2019. All rights reserved.
What do you think about this topic?
Send feedback!