Class CalendarExceptionCollection
Nama dari : Aspose.Tasks Perhitungan: Aspose.Tasks.dll (25.4.0)
Menampilkan koleksi objek Aspose.Tasks.CalendarException.
public class CalendarExceptionCollection : IList<calendarexception>, ICollection<calendarexception>, IEnumerable<calendarexception>, IEnumerable
Inheritance
object ← CalendarExceptionCollection
Implements
IList
anggota yang diwarisi
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Count
Dapatkan jumlah objek yang terkandung dalam objek Aspose.Tasks.CalendarExceptionCollection ini.
public int Count { get; }
Nilai Properti
ParentCalendar
Dapatkan kalendar ibu untuk objek ini.
public Calendar ParentCalendar { get; }
Nilai Properti
ini[int]
Mengembalikan item ke indeks yang ditentukan.
public CalendarException this[int index] { get; set; }
Nilai Properti
Methods
Add(CalendarException)
Ads CalendarException contoh ke objek koleksi ini.
public void Add(CalendarException item)
Parameters
item
CalendarException
Item yang harus ditambahkan.
AddRange(IUNUMERABLE)
Menambahkan berbagai pengecualian ke daftar internal.
public void AddRange(IEnumerable<calendarexception> exceptionList)
Parameters
exceptionList
IEnumerable
dan lt;
CalendarException
>
Banyak pengecualian yang harus ditambahkan.
Clear()
Menghapus semua item dari Aspose.Tasks.CalendarExceptionCollection.
public void Clear()
GetEnumerator()
Mengembalikan senarai untuk koleksi ini.
public IEnumerator<calendarexception> GetEnumerator()
Returns
IEnumerator dan lt; CalendarException >
Daftar untuk koleksi ini.
Remove(CalendarException)
Menghapus Aspose.Tasks.CalendarException instans dari koleksi ini.
public bool Remove(CalendarException item)
Parameters
item
CalendarException
item yang harus dihapus.
Returns
benar jika pengecualian yang dinyatakan telah dihapus dengan sukses.
ToList()
Mengkonversi objek CalendarExceptionCollection ke daftar objek Aspose.Tasks.CalendarException.
public List<calendarexception> ToList()
Returns
List dan lt; CalendarException >
Daftar objek Aspose.Tasks.CalendarKecuali objek.