Class CustomProjectPropertyCollection

Class CustomProjectPropertyCollection

A név: Aspose.Tasks.Properties Összefoglaló: Aspose.Tasks.dll (25.4.0)

Egyéni projekt tulajdonságok gyűjteménye.

public sealed class CustomProjectPropertyCollection : PropertyKeyedCollection<customprojectproperty>, ICollection<customprojectproperty>, IEnumerable<customprojectproperty>, IEnumerable

Inheritance

object PropertyCollection PropertyKeyedCollection CustomProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

Örökletes tagok

PropertyKeyedCollection.Contains(string) , PropertyKeyedCollection.Add(CustomProjectProperty) , 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()

Constructors

CustomProjectPropertyCollection()

Elindítja az Aspose.Tasks.Properties.CustomProjectPropertyCollection osztály új példányát.

public CustomProjectPropertyCollection()

Properties

IsReadOnly

Megkap egy értéket, amely azt jelzi, hogy ez a gyűjtemény csak olvasható; máskülönben hamis.

public override bool IsReadOnly { get; }

ingatlan értéke

bool

Methods

Add(A string, a string)

Új tulajdonságot hoz létre.

public CustomProjectProperty Add(string name, string value)

Parameters

name string

A tulajdon neve.

value string

Az újonnan létrehozott ingatlan objektum értéke.

Returns

CustomProjectProperty

Az újonnan létrehozott tulajdonság.

Add(Szilveszter, Bool)

Új tulajdonságot hoz létre.

public CustomProjectProperty Add(string name, bool value)

Parameters

name string

A tulajdon neve.

value bool

Az újonnan létrehozott ingatlan objektum értéke.

Returns

CustomProjectProperty

Az újonnan létrehozott tulajdonság.

Add(kettős, kettős)

Új tulajdonságot hoz létre.

public CustomProjectProperty Add(string name, double value)

Parameters

name string

A tulajdon neve.

value double

Az újonnan létrehozott ingatlan objektum értéke.

Returns

CustomProjectProperty

Az újonnan létrehozott tulajdonság.

Add(Részletesebben DateTime)

Új tulajdonságot hoz létre.

public CustomProjectProperty Add(string name, DateTime value)

Parameters

name string

A tulajdon neve.

value DateTime

Az újonnan létrehozott ingatlan objektum értéke.

Returns

CustomProjectProperty

Az újonnan létrehozott tulajdonság.

Clear()

Megtisztítja az ingatlangyűjteményt.

public void Clear()

Remove(A string)

A gyűjteményből eltávolítja a megadott nevű ingatlanot.

public bool Remove(string name)

Parameters

name string

Az ingatlan esetleges érzéketlen neve.

Returns

bool

Igaz, ha az elem sikeresen megtalálható és eltávolítható; máskülönben hamis.

 Magyar