|
Ofcas.Lk.Api.Client - Version 3.0
3.0.0.106
|
Represents a metadata object for a phase. More...
Public Member Functions | |
| PhaseInfo (PhaseInfoInternal infoInternal, Project parent) | |
| Creates a new PhaseInfo based on the provided PhaseInfoInternal. More... | |
Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< Project > | |
| Guid | TryGetGuid () |
Public Member Functions inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfo | |
| Guid | TryGetGuid () |
| Tries to cast this ICoreInfo to ICoreInfoWithGuid. More... | |
Public Attributes | |
| 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... | |
Properties | |
| bool | Deleted [get] |
| Gets the deleted status of the phase. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< Project > | |
| CoreInfoInternal | InfoInternal [get] |
| TParent | Parent [get] |
| The parent of this core info as typed core object. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoDeletable | |
| bool | Deleted [get] |
| Indicated if this core info is deleted. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoWithGuid | |
| Guid | Guid [get] |
| The globally unique identifier of an info object. More... | |
Properties inherited from Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfo | |
| ICoreObject | Parent [get] |
| The parent of this info object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ofcas.Lk.Api.Client.Core.CoreInfo< Project > | |
| 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.
| Ofcas.Lk.Api.Client.Core.PhaseInfo.PhaseInfo | ( | PhaseInfoInternal | infoInternal, |
| Project | parent | ||
| ) |
| string Ofcas.Lk.Api.Client.Core.PhaseInfo.Description => TypedInfoInternal.Description |
Gets the description of the phase.
| Guid Ofcas.Lk.Api.Client.Core.PhaseInfo.Guid => TypedInfoInternal.Guid |
Gets the GUID of the phase.
| string Ofcas.Lk.Api.Client.Core.PhaseInfo.Name => TypedInfoInternal.Name |
Gets the name of the phase.
|
get |
Gets the deleted status of the phase.