Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

Название пространства: Aspose.Tasks.Properties Ассоциация: Aspose.Tasks.dll (25.4.0)

Представляет коллекцию встроенных проектов.

public sealed class BuiltInProjectPropertyCollection : PropertyKeyedCollection<builtinprojectproperty>, ICollection<builtinprojectproperty>, IEnumerable<builtinprojectproperty>, IEnumerable

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

Наследованные члены

PropertyKeyedCollection.Contains(string) , PropertyKeyedCollection.Add(BuiltInProjectProperty) , PropertyKeyedCollection.Names , PropertyKeyedCollection.Count , PropertyKeyedCollection.IsReadOnly , PropertyKeyedCollection.this[string] , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Author

Получается или устанавливается автор проекта.

public string Author { get; set; }

Стоимость недвижимости

string

Category

Получить или установить категорию проекта.

public string Category { get; set; }

Стоимость недвижимости

string

Comments

Получите или разместите комментарии к проекту.

public string Comments { get; set; }

Стоимость недвижимости

string

Company

Получить или установить компанию проекта.

public string Company { get; set; }

Стоимость недвижимости

string

HyperlinkBase

Получается или устанавливается база гиперссылки проекта.

public string HyperlinkBase { get; set; }

Стоимость недвижимости

string

IsReadOnly

Получается значение, указывающее, читается ли эта коллекция только; в противном случае, фальшивая.

public override bool IsReadOnly { get; }

Стоимость недвижимости

bool

Keywords

Получить или установить ключевые слова проекта.

public string Keywords { get; set; }

Стоимость недвижимости

string

Manager

Получает или назначает менеджера проекта.

public string Manager { get; set; }

Стоимость недвижимости

string

Subject

Получить или установить предмет проекта.

public string Subject { get; set; }

Стоимость недвижимости

string

Title

Получить или установить заголовок проекта.

public string Title { get; set; }

Стоимость недвижимости

string

 Русский