Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

Nazwa przestrzeń: Aspose.Tasks.Properties Zgromadzenie: Aspose.Tasks.dll (25.4.0)

Przedstawia kolekcję wbudowanych projektów.

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

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

Dziedziczeni członkowie

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

Otrzymuje lub umieszcza autora projektu.

public string Author { get; set; }

Wartość nieruchomości

string

Category

Zdobądź lub ustaw kategorię projektu.

public string Category { get; set; }

Wartość nieruchomości

string

Comments

Otrzymuje lub publikuje komentarze do projektu.

public string Comments { get; set; }

Wartość nieruchomości

string

Company

Otrzymuje lub ustanawia firmę projektu.

public string Company { get; set; }

Wartość nieruchomości

string

HyperlinkBase

Otrzymuje lub ustawia bazę hiperłączy projektu.

public string HyperlinkBase { get; set; }

Wartość nieruchomości

string

IsReadOnly

Otrzymuje wartość wskazującą, czy ta kolekcja jest czytana tylko; w przeciwnym razie, fałszywa.

public override bool IsReadOnly { get; }

Wartość nieruchomości

bool

Keywords

Uzyskuje lub ustawia słowa kluczowe projektu.

public string Keywords { get; set; }

Wartość nieruchomości

string

Manager

Otrzymuje lub umieszcza menedżera projektu.

public string Manager { get; set; }

Wartość nieruchomości

string

Subject

Otrzymuje lub ustawia przedmiot projektu.

public string Subject { get; set; }

Wartość nieruchomości

string

Title

Otrzymuje lub określa tytuł projektu.

public string Title { get; set; }

Wartość nieruchomości

string

 Polski