Class CalendarExceptionCollection

Class CalendarExceptionCollection

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

Aspose.Tasks.CalendarException オブジェクトのコレクションを表しています。

public class CalendarExceptionCollection : IList<calendarexception>, ICollection<calendarexception>, IEnumerable<calendarexception>, IEnumerable

Inheritance

object CalendarExceptionCollection

Implements

IList , ICollection , IEnumerable , IEnumerable

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Count

この Aspose.Tasks.CalendarExceptionCollection オブジェクトに含まれるオブジェクトの数を取得します。

public int Count { get; }

不動産価値

int

ParentCalendar

このオブジェクトのマザー・カレンダーを取得します。

public Calendar ParentCalendar { get; }

不動産価値

Calendar

この[インタ]

指定インデックスに元素を返します。

public CalendarException this[int index] { get; set; }

不動産価値

CalendarException

Methods

Add(CalendarException)

CalendarException をこのコレクションオブジェクトに追加します。

public void Add(CalendarException item)

Parameters

item CalendarException

追加する項目です。

AddRange(スケジュール > 日程例外>)

内部リストに例外の範囲を追加します。

public void AddRange(IEnumerable<calendarexception> exceptionList)

Parameters

exceptionList IEnumerable < CalendarException >

いくつかの例外が追加されます。

Clear()

Aspose.Tasks.CalendarExceptionCollection からすべてのアイテムを削除します。

public void Clear()

GetEnumerator()

このコレクションのためのリストを返します。

public IEnumerator<calendarexception> GetEnumerator()

Returns

IEnumerator < CalendarException >

このコレクションのリストです。

Remove(CalendarException)

このコレクションから Aspose.Tasks.CalendarException 例を削除します。

public bool Remove(CalendarException item)

Parameters

item CalendarException

取り除く項目です。

Returns

bool

指定された例外が成功して取り除かれた場合。

ToList()

CalendarExceptionCollection オブジェクトを Aspose.Tasks.CalendarException オブジェクトのリストに変換します。

public List<calendarexception> ToList()

Returns

List < CalendarException >

Aspose.Tasks.Calendar 例外物件のリスト

 日本語