Class CustomProjectPropertyCollection

Class CustomProjectPropertyCollection

İsim alanı : Aspose.Tasks.Properties Toplantı: Aspose.Tasks.dll (25.4.0)

Özelleştirilmiş proje özelliklerinin bir koleksiyonunu temsil eder.

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

Inheritance

object PropertyCollection PropertyKeyedCollection CustomProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

mirasçı üyeleri

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()

Aspose.Tasks.Properties.CustomProjectPropertyCollection sınıfının yeni bir örneğini başlatır.

public CustomProjectPropertyCollection()

Properties

IsReadOnly

Bu koleksiyonun sadece okunduğunu gösteren bir değer alır; aksi takdirde, sahte.

public override bool IsReadOnly { get; }

Mülkiyet Değer

bool

Methods

Add(String ve String)

Yeni bir özel mülk oluşturur.

public CustomProjectProperty Add(string name, string value)

Parameters

name string

Mülkiyetin adıdır.

value string

Yeni oluşturulan mülk nesne değeri.

Returns

CustomProjectProperty

Yeni kurulan mülk nesnesi.

Add(Çerçeve , Bool)

Yeni bir özel mülk oluşturur.

public CustomProjectProperty Add(string name, bool value)

Parameters

name string

Mülkiyetin adıdır.

value bool

Yeni oluşturulan mülk nesne değeri.

Returns

CustomProjectProperty

Yeni kurulan mülk nesnesi.

Add(Çerçeve, Çift)

Yeni bir özel mülk oluşturur.

public CustomProjectProperty Add(string name, double value)

Parameters

name string

Mülkiyetin adıdır.

value double

Yeni oluşturulan mülk nesne değeri.

Returns

CustomProjectProperty

Yeni kurulan mülk nesnesi.

Add(Çerçeve, DateTime)

Yeni bir özel mülk oluşturur.

public CustomProjectProperty Add(string name, DateTime value)

Parameters

name string

Mülkiyetin adıdır.

value DateTime

Yeni oluşturulan mülk nesne değeri.

Returns

CustomProjectProperty

Yeni kurulan mülk nesnesi.

Clear()

Mülkiyet Koleksiyonu Temizlenir.

public void Clear()

Remove(Sırt)

Koleksiyonda belirtilen isimle bir mülk çıkarılır.

public bool Remove(string name)

Parameters

name string

Mülkiyetin acımasız adı.

Returns

bool

Eleman başarılı bir şekilde bulunur ve çıkarılırsa doğru; aksi takdirde, sahte.

 Türkçe