Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

ja nimityö: Aspose.Tasks.Properties Kokoelma: Aspose.Tasks.dll (25.4.0)

Se edustaa rakennettujen hankkeiden ominaisuuksien kokoelma.

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

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

Perintöjäsenet

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

Hanki tai asettaa projektin tekijän.

public string Author { get; set; }

Omistuksen arvo

string

Category

Hanki tai asettaa projektin luokka.

public string Category { get; set; }

Omistuksen arvo

string

Comments

Hanki tai laita kommentit hankkeesta.

public string Comments { get; set; }

Omistuksen arvo

string

Company

Hanki tai asettaa yrityksen hankkeen.

public string Company { get; set; }

Omistuksen arvo

string

HyperlinkBase

Hanki tai asettaa hyperlinkkipohjan hankkeelle.

public string HyperlinkBase { get; set; }

Omistuksen arvo

string

IsReadOnly

Saat arvon, joka osoittaa, onko tämä kokoelma vain lukea; muuten, väärennös.

public override bool IsReadOnly { get; }

Omistuksen arvo

bool

Keywords

Hanki tai asettaa projektin avainsanoja.

public string Keywords { get; set; }

Omistuksen arvo

string

Manager

Hanki tai asettaa projektin johtajan.

public string Manager { get; set; }

Omistuksen arvo

string

Subject

Hanki tai asettaa projektin aihe.

public string Subject { get; set; }

Omistuksen arvo

string

Title

Hanki tai asettaa projektin otsikko.

public string Title { get; set; }

Omistuksen arvo

string

 Suomi