Class CalendarExceptionCollection
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Aspose.Tasks.CalendarException オブジェクトのコレクションを表します。
public class CalendarExceptionCollection : IList<calendarexception>, ICollection<calendarexception>, IEnumerable<calendarexception>, IEnumerable
継承
object ← CalendarExceptionCollection
実装
IList<calendarexception>, ICollection<calendarexception>, IEnumerable<calendarexception>, IEnumerable
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
プロパティ
Count
この Aspose.Tasks.CalendarExceptionCollection オブジェクトに含まれるオブジェクトの数を取得します。
public int Count { get; }
プロパティ値
ParentCalendar
このオブジェクトの親カレンダーを取得します。
public Calendar ParentCalendar { get; }
プロパティ値
this[int]
指定されたインデックスの要素を返します。
public CalendarException this[int index] { get; set; }
プロパティ値
メソッド
Add(CalendarException)
CalendarException インスタンスをこのコレクションオブジェクトに追加します。
public void Add(CalendarException item)
パラメータ
item
CalendarException
追加するアイテム。
AddRange(IEnumerable<calendarexception>)
内部リストに例外の範囲を追加します。
public void AddRange(IEnumerable<calendarexception> exceptionList)
パラメータ
exceptionList
IEnumerable<CalendarException>
追加する例外の範囲。
Clear()
Aspose.Tasks.CalendarExceptionCollection からすべてのアイテムを削除します。
public void Clear()
GetEnumerator()
このコレクションの列挙子を返します。
public IEnumerator<calendarexception> GetEnumerator()
戻り値
IEnumerator<CalendarException>
このコレクションの列挙子。
Remove(CalendarException)
このコレクションから Aspose.Tasks.CalendarException インスタンスを削除します。
public bool Remove(CalendarException item)
パラメータ
item
CalendarException
削除するアイテム。
戻り値
指定された例外が正常に削除された場合は true。
ToList()
CalendarExceptionCollection オブジェクトを Aspose.Tasks.CalendarException オブジェクトのリストに変換します。
public List<calendarexception> ToList()
戻り値
Aspose.Tasks.CalendarException オブジェクトのリスト。