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.Ui Namespace
Ofcas.Lk.Api.Shared Namespace
Files
>
Classes
Classes
Interfaces
>
ProjectUi Class
DialogResult<T> Class
ElevationUi Class
FileHandlerUi Class
LoginScopeUi Class
PhaseUi Class
ProjectCenterUi Class
ProjectInformationContainerUi Class
ProjectInformationUi Class
ProjectUi Class
ServiceProxy Class
ServiceProxyUi<TService, TCoreObject> Class
SettingContainerUi Class
>
ProjectUi Methods
ProjectUi Methods
ProjectUi Properties
>
ProjectUi.GetChildren Method
ProjectUi.Add Method
ProjectUi.AddElevations Method
ProjectUi.AddProject Method
ProjectUi.BeginGetReport Method
ProjectUi.BeginReport Method
BeginShow Method
ProjectUi.CanAdd Method
ProjectUi.CanAddElevations Method
ProjectUi.CanAddProject Method
ProjectUi.CanBeginGetReport Method
CanBeginShow Method
ProjectUi.CanFindAndReplace Method
ProjectUi.CanGetReport Method
ProjectUi.CanReport Method
CanShowModal Method
CreateNewInstance Method
ProjectUi.EndGetReport Method
ProjectUi.EndReport Method
ProjectUi.EndShow Method
ProjectUi.FindAndReplace Method
ProjectUi.GetChild Method
ProjectUi.GetChildren Method
ProjectUi.GetEditModes Method
ProjectUi.GetProjectInformationContainer Method
ProjectUi.GetReport Method
ProjectUi.GetRunnablePrograms Method
ProjectUi.Report Method
ProjectUi.SelectGlass Method
ProjectUi.SetApplicationHandle Method
ShowModal 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 © 2020. All rights reserved.
What do you think about this topic?
Send feedback!