You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > Phase Class > Phase.Phase Constructor
Phase.Phase Constructor
Close
Ofcas.Lk.Api.Client - Version 3.0
Phase.Phase Constructor

Creates a new phase.

Syntax
C#
public Phase(IServiceFactory<IApiService> serviceFactory, Guid coreObjectId, Project parent, PhaseInfo coreInfo);
Parameters
Description
IServiceFactory<IApiService> serviceFactory
The used IApiService.
Guid coreObjectId
The core object id for this object.
Project parent
The parent of this object.
PhaseInfo coreInfo
The info used to create this object.
Copyright © 2019. All rights reserved.