Aspose.Tasks for C++
|
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... | |
Represents an entity item (property of container class).
This object is a wrapper for a value or reference type.
|
inline |
Initializes a new instance of the EntityProperty<T> class.
val | Value for this item. |
|
inline |
Gets the item value.