Class CalendarExceptionCollection

Class CalendarExceptionCollection

Název místa: Aspose.Tasks Shromáždění: Aspose.Tasks.dll (25.4.0)

Představuje sbírku objektů Aspose.Tasks.CalendarException.

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

Inheritance

object CalendarExceptionCollection

Implements

IList , ICollection , IEnumerable , IEnumerable

Dědiční členové

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

Properties

Count

Získáte počet objektů obsažených v tomto objektu Aspose.Tasks.CalendarExceptionCollection.

public int Count { get; }

Hodnota nemovitosti

int

ParentCalendar

Získejte mateřský kalendář pro tento objekt.

public Calendar ParentCalendar { get; }

Hodnota nemovitosti

Calendar

Tohle[Int]

Vraťte prvek do specifikovaného indexu.

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

Hodnota nemovitosti

CalendarException

Methods

Add(CalendarException)

Ads CalendarException příklad k tomuto objektu shromažďován.

public void Add(CalendarException item)

Parameters

item CalendarException

lánek k přidán.

AddRange(Číslo > Kalendář>)

Zahrnuje řadu výjimek do interního seznamu.

public void AddRange(IEnumerable<calendarexception> exceptionList)

Parameters

exceptionList IEnumerable < CalendarException >

Mnoho výjimek je třeba přidat.

Clear()

Odstraňuje všechny položky z aplikace Aspose.Tasks.CalendarExceptionCollection.

public void Clear()

GetEnumerator()

Vraťte seznam pro tuto sbírku.

public IEnumerator<calendarexception> GetEnumerator()

Returns

IEnumerator < CalendarException >

Seznam pro tuto sbírku.

Remove(CalendarException)

Odstraňuje Aspose.Tasks.CalendarException příklad z této sbírky.

public bool Remove(CalendarException item)

Parameters

item CalendarException

Předmět k odstraněn.

Returns

bool

je pravdivá, pokud byla uvedená výjimka úspěšně odstraněna.

ToList()

Konvertuje objekt CalendarExceptionCollection na seznam objektů Aspose.Tasks.CalendarException.

public List<calendarexception> ToList()

Returns

List < CalendarException >

Seznam objektů Aspose.Tasks.CalendarException.

 Čeština