Ofcas.Lk.Api.Client - Version 3.0  3.0.0.101
Ofcas.Lk.Api.Client.Core.PhaseInfo Class Reference

Represents a metadata object for a phase. More...

Inheritance diagram for Ofcas.Lk.Api.Client.Core.PhaseInfo:
Ofcas.Lk.Api.Client.Core.CoreInfo< Project > Ofcas.Lk.Api.Client.Core.Interfaces.ICoreInfoDeletable

Public Member Functions

 PhaseInfo (PhaseInfoInternal infoInternal, Project parent)
 Creates a new PhaseInfo based on the provided PhaseInfoInternal. 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...
 

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...
 

Detailed Description

Represents a metadata object for a phase.

Constructor & Destructor Documentation

◆ PhaseInfo()

Ofcas.Lk.Api.Client.Core.PhaseInfo.PhaseInfo ( PhaseInfoInternal  infoInternal,
Project  parent 
)

Creates a new PhaseInfo based on the provided PhaseInfoInternal.

Parameters
infoInternalThe PhaseInfoInternal to provide the information of this object.
parentThe Project which created this object.

Member Data Documentation

◆ 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.

Property Documentation

◆ 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: