Class CustomProjectPropertyCollection

Class CustomProjectPropertyCollection

名称: Aspose.Tasks.Properties 合計: Aspose.Tasks.dll (25.4.0)

カスタムプロジェクト特性のコレクションを表しています。

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

Inheritance

object PropertyCollection PropertyKeyedCollection CustomProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

相続人

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クラスの新しい例を開始します。

public CustomProjectPropertyCollection()

Properties

IsReadOnly

このコレクションが単に読み取られているかどうかを示す価値を得る; そうでなければ、偽物です。

public override bool IsReadOnly { get; }

不動産価値

bool

Methods

Add(ストリップ、ストリップ)

新たな不動産を創造する。

public CustomProjectProperty Add(string name, string value)

Parameters

name string

財産の名前です。

value string

新しく創造された財産物の価値。

Returns

CustomProjectProperty

新しく創造された財産。

Add(ボール、ボール)

新たな不動産を創造する。

public CustomProjectProperty Add(string name, bool value)

Parameters

name string

財産の名前です。

value bool

新しく創造された財産物の価値。

Returns

CustomProjectProperty

新しく創造された財産。

Add(ストレッチ、ダブル)

新たな不動産を創造する。

public CustomProjectProperty Add(string name, double value)

Parameters

name string

財産の名前です。

value double

新しく創造された財産物の価値。

Returns

CustomProjectProperty

新しく創造された財産。

Add(タイトル:DateTime)

新たな不動産を創造する。

public CustomProjectProperty Add(string name, DateTime value)

Parameters

name string

財産の名前です。

value DateTime

新しく創造された財産物の価値。

Returns

CustomProjectProperty

新しく創造された財産。

Clear()

不動産コレクションを清めます。

public void Clear()

Remove(ストレッチ)

コレクションから指定された名前を持つ財産を削除します。

public bool Remove(string name)

Parameters

name string

財産の不敏感な名前。

Returns

bool

元素が成功して発見され、取り除かれた場合の真実; そうでなければ、偽物。

 日本語