Aspose.Tasks for C++
Aspose::Tasks::Properties::BuiltInProjectPropertyCollection Class Referencefinal

Represents a collection of built-in project properties. More...

#include <BuiltInProjectPropertyCollection.h>

Inherits Aspose::Tasks::Properties::PropertyKeyedCollection< System::SharedPtr< Aspose::Tasks::Properties::BuiltInProjectProperty > >.

Public Member Functions

bool get_IsReadOnly () const override
 Gets a value indicating whether this collection is read-only; otherwise, false. More...
 
System::String get_Title ()
 Gets the title of a project. More...
 
void set_Title (const System::String &value)
 Sets the title of a project. More...
 
System::String get_Subject ()
 Gets the subject of a project. More...
 
void set_Subject (const System::String &value)
 Sets the subject of a project. More...
 
System::String get_Author ()
 Gets the author of a project. More...
 
void set_Author (const System::String &value)
 Sets the author of a project. More...
 
System::String get_Manager ()
 Gets the manager of a project. More...
 
void set_Manager (const System::String &value)
 Sets the manager of a project. More...
 
System::String get_Company ()
 Gets the company of a project. More...
 
void set_Company (const System::String &value)
 Sets the company of a project. More...
 
System::String get_Category ()
 Gets the category of a project. More...
 
void set_Category (const System::String &value)
 Sets the category of a project. More...
 
System::String get_Keywords ()
 Gets the keywords of a project. More...
 
void set_Keywords (const System::String &value)
 Sets the keywords of a project. More...
 
System::String get_Comments ()
 Gets the comments of a project. More...
 
void set_Comments (const System::String &value)
 Sets the comments of a project. More...
 
System::String get_HyperlinkBase ()
 Gets the hyperlink base of a project. More...
 
void set_HyperlinkBase (const System::String &value)
 Sets the hyperlink base of a project. More...
 
- Public Member Functions inherited from Aspose::Tasks::Properties::PropertyKeyedCollection< System::SharedPtr< Aspose::Tasks::Properties::BuiltInProjectProperty > >
System::SharedPtr< System::Collections::Generic::ICollection< System::String > > get_Names ()
 Gets the collection of all property names. More...
 
int32_t get_Count () const override
 Gets the number of properties in the collection. More...
 
System::SharedPtr< Aspose::Tasks::Properties::BuiltInProjectPropertyidx_get (const System::String &name)
 Gets the Property associated with the specified key. More...
 
void Clear () override
 
bool Contains (const System::String &name) const
 Determines whether the Aspose::Tasks::Properties::PropertyCollection<T> contains a property with the specified name. More...
 
void Add (const System::SharedPtr< Aspose::Tasks::Properties::BuiltInProjectProperty > &item) override
 Creates a new custom property. More...
 

Detailed Description

Represents a collection of built-in project properties.

Member Function Documentation

◆ get_Author()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Author ( )

Gets the author of a project.

◆ get_Category()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Category ( )

Gets the category of a project.

◆ get_Comments()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Comments ( )

Gets the comments of a project.

◆ get_Company()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Company ( )

Gets the company of a project.

◆ get_HyperlinkBase()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_HyperlinkBase ( )

Gets the hyperlink base of a project.

◆ get_IsReadOnly()

bool Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_IsReadOnly ( ) const
overridevirtual

Gets a value indicating whether this collection is read-only; otherwise, false.

Implements Aspose::Tasks::Properties::PropertyKeyedCollection< System::SharedPtr< Aspose::Tasks::Properties::BuiltInProjectProperty > >.

◆ get_Keywords()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Keywords ( )

Gets the keywords of a project.

◆ get_Manager()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Manager ( )

Gets the manager of a project.

◆ get_Subject()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Subject ( )

Gets the subject of a project.

◆ get_Title()

System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Title ( )

Gets the title of a project.

◆ set_Author()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Author ( const System::String &  value)

Sets the author of a project.

◆ set_Category()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Category ( const System::String &  value)

Sets the category of a project.

◆ set_Comments()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Comments ( const System::String &  value)

Sets the comments of a project.

◆ set_Company()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Company ( const System::String &  value)

Sets the company of a project.

◆ set_HyperlinkBase()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_HyperlinkBase ( const System::String &  value)

Sets the hyperlink base of a project.

◆ set_Keywords()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Keywords ( const System::String &  value)

Sets the keywords of a project.

◆ set_Manager()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Manager ( const System::String &  value)

Sets the manager of a project.

◆ set_Subject()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Subject ( const System::String &  value)

Sets the subject of a project.

◆ set_Title()

void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Title ( const System::String &  value)

Sets the title of a project.