RateCollection
RateCollection class
を含むコレクションを表しますRate
オブジェクト.
public class RateCollection : IDictionary<RateType, RateByDateCollection>
プロパティ
名前 | 説明 |
---|---|
Count { get; } | RateCollection に含まれる要素の数を取得します。 |
IsReadOnly { get; } | このコレクションが読み取り専用かどうかを示す値を取得します。 |
Item { get; set; } | 指定されたインデックスの要素を返すか、設定します. |
ParentResource { get; } | 親を取得しますResource このコレクションのオブジェクト. |
メソッド
名前 | 説明 |
---|---|
Add(DateTime) | 新規追加Rate このコレクションへのインスタンス. |
Add(DateTime, RateType) | 新規追加Rate このコレクションへのインスタンス. |
GetEnumerator() | このコレクションの列挙子を返します。 |
Remove(Rate) | このコレクションから Rate インスタンスを削除します。 |
ToList() | はRateCollection のリストへのオブジェクトRate オブジェクト. |
ToList(RateType) | はRateCollection のリストへのオブジェクトRate 指定されたフィルタでオブジェクトをフィルタリングRateType type. |
関連項目
- enum RateType
- class RateByDateCollection
- 名前空間 Aspose.Tasks
- 組み立て Aspose.Tasks