Class CustomProjectPropertyCollection

Class CustomProjectPropertyCollection

Nama dari : Aspose.Tasks.Properties Perhitungan: Aspose.Tasks.dll (25.4.0)

Ini mewakili koleksi properti proyek yang disesuaikan.

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

Inheritance

object PropertyCollection PropertyKeyedCollection CustomProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

anggota yang diwarisi

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

Initifikasi instansi baru dari kelas Aspose.Tasks.Properties.CustomProjectPropertyCollection.

public CustomProjectPropertyCollection()

Properties

IsReadOnly

Dapatkan nilai yang menunjukkan apakah koleksi ini hanya dibaca; jika tidak, palsu.

public override bool IsReadOnly { get; }

Nilai Properti

bool

Methods

Add(String dan String)

Mencipta properti yang baru.

public CustomProjectProperty Add(string name, string value)

Parameters

name string

Nama dari Properti.

value string

Nilai objek properti yang baru dibuat.

Returns

CustomProjectProperty

Objek properti yang baru diciptakan.

Add(Kekuatan, Bool)

Mencipta properti yang baru.

public CustomProjectProperty Add(string name, bool value)

Parameters

name string

Nama dari Properti.

value bool

Nilai objek properti yang baru dibuat.

Returns

CustomProjectProperty

Objek properti yang baru diciptakan.

Add(Tembak, Double)

Mencipta properti yang baru.

public CustomProjectProperty Add(string name, double value)

Parameters

name string

Nama dari Properti.

value double

Nilai objek properti yang baru dibuat.

Returns

CustomProjectProperty

Objek properti yang baru diciptakan.

Add(Tanggal Tanggal, DateTime)

Mencipta properti yang baru.

public CustomProjectProperty Add(string name, DateTime value)

Parameters

name string

Nama dari Properti.

value DateTime

Nilai objek properti yang baru dibuat.

Returns

CustomProjectProperty

Objek properti yang baru diciptakan.

Clear()

Membersihkan PropertyCollection

public void Clear()

Remove(String)

Menghapus properti dengan nama yang ditentukan dari koleksi.

public bool Remove(string name)

Parameters

name string

Nama yang tidak sensitif dari properti.

Returns

bool

Memang benar jika unsur itu berhasil ditemukan dan dihapus; jika tidak, palsu.

 Indonesia