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
الأعضاء الموروثين
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; }
قيمة الممتلكات
ParentCalendar
احصل على التقويم الأصلي لهذا الكائن.
public Calendar ParentCalendar { get; }
قيمة الممتلكات
هذا[إنت]
يعود العنصر إلى المؤشر المحدد.
public CalendarException this[int index] { get; set; }
قيمة الممتلكات
Methods
Add(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.Calendarإستثناء من هذه المجموعة.
public bool Remove(CalendarException item)
Parameters
item
CalendarException
المادة التي يجب إزالتها.
Returns
صحيح إذا تم إزالة الاستثناء المحدد بنجاح.
ToList()
تحويل كائن CalendarExceptionCollection إلى قائمة بأشياء Aspose.Tasks.CalendarException.
public List<calendarexception> ToList()
Returns
List <؛ CalendarException >
قائمة الأشياء Aspose.Tasks.Calendarإستثناء.