Aspose.Tasks for C++
|
Represents a collection of built-in project properties. More...
#include <BuiltInProjectPropertyCollection.h>
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::BuiltInProjectProperty > | idx_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... | |
Represents a collection of built-in project properties.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Author | ( | ) |
Gets the author of a project.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Category | ( | ) |
Gets the category of a project.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Comments | ( | ) |
Gets the comments of a project.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Company | ( | ) |
Gets the company of a project.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_HyperlinkBase | ( | ) |
Gets the hyperlink base of a project.
|
overridevirtual |
Gets a value indicating whether this collection is read-only; otherwise, false.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Keywords | ( | ) |
Gets the keywords of a project.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Manager | ( | ) |
Gets the manager of a project.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Subject | ( | ) |
Gets the subject of a project.
System::String Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::get_Title | ( | ) |
Gets the title of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Author | ( | const System::String & | value | ) |
Sets the author of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Category | ( | const System::String & | value | ) |
Sets the category of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Comments | ( | const System::String & | value | ) |
Sets the comments of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Company | ( | const System::String & | value | ) |
Sets the company of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_HyperlinkBase | ( | const System::String & | value | ) |
Sets the hyperlink base of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Keywords | ( | const System::String & | value | ) |
Sets the keywords of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Manager | ( | const System::String & | value | ) |
Sets the manager of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Subject | ( | const System::String & | value | ) |
Sets the subject of a project.
void Aspose::Tasks::Properties::BuiltInProjectPropertyCollection::set_Title | ( | const System::String & | value | ) |
Sets the title of a project.