Aspose.Tasks for C++
Aspose::Tasks::EntityProperty< T > Class Template Referencefinal

Represents an entity item (property of container class). More...

#include <EntityPropertyItem.h>

Inherits Aspose::Tasks::Item.

Public Member Functions

System::MakeConstRef_t< T > get_Val () const
 Gets the item value. More...
 
 EntityProperty (T val)
 Initializes a new instance of the EntityProperty<T> class. More...
 

Detailed Description

template<typename T>
class Aspose::Tasks::EntityProperty< T >

Represents an entity item (property of container class).

This object is a wrapper for a value or reference type.

Constructor & Destructor Documentation

◆ EntityProperty()

template<typename T >
Aspose::Tasks::EntityProperty< T >::EntityProperty ( val)
inline

Initializes a new instance of the EntityProperty<T> class.

Parameters
valValue for this item.

Member Function Documentation

◆ get_Val()

template<typename T >
System::MakeConstRef_t<T> Aspose::Tasks::EntityProperty< T >::get_Val ( ) const
inline

Gets the item value.