Represents a metadata object for a phase.
More...
|
| Guid | Guid => TypedInfoInternal.Guid |
| | Gets the GUID of the phase. More...
|
| |
| string | Name => TypedInfoInternal.Name |
| | Gets the name of the phase. More...
|
| |
| string | Description => TypedInfoInternal.Description |
| | Gets the description of the phase. More...
|
| |
|
| bool | Deleted [get] |
| | Gets the deleted status of the phase. More...
|
| |
|
CoreInfoInternal | InfoInternal [get] |
| |
| TParent | Parent [get] |
| | The parent of this core info as typed core object. More...
|
| |
| bool | Deleted [get] |
| | Indicated if this core info is deleted. More...
|
| |
|
| | CoreInfo (CoreInfoInternal infoInternal) |
| | Creates new core info object without parent. More...
|
| |
| | CoreInfo (CoreInfoInternal infoInternal, TParent parent) |
| | Creates new core info object with parent. More...
|
| |
Represents a metadata object for a phase.
◆ PhaseInfo()
| Ofcas.Lk.Api.Client.Core.PhaseInfo.PhaseInfo |
( |
PhaseInfoInternal |
infoInternal, |
|
|
Project |
parent |
|
) |
| |
Creates a new PhaseInfo based on the provided PhaseInfoInternal.
- Parameters
-
| infoInternal | The PhaseInfoInternal to provide the information of this object. |
| parent | The Project which created this object. |
◆ Description
| string Ofcas.Lk.Api.Client.Core.PhaseInfo.Description => TypedInfoInternal.Description |
Gets the description of the phase.
◆ Guid
| Guid Ofcas.Lk.Api.Client.Core.PhaseInfo.Guid => TypedInfoInternal.Guid |
Gets the GUID of the phase.
◆ Name
| string Ofcas.Lk.Api.Client.Core.PhaseInfo.Name => TypedInfoInternal.Name |
Gets the name of the phase.
◆ Deleted
| bool Ofcas.Lk.Api.Client.Core.PhaseInfo.Deleted |
|
get |
Gets the deleted status of the phase.
The documentation for this class was generated from the following file: