Class CalendarExceptionCollection

Class CalendarExceptionCollection

De naam: Aspose.Tasks Verzameling: Aspose.Tasks.dll (25.4.0)

Vertegenwoordigt een verzameling van Aspose.Tasks.CalendarException objecten.

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

Inheritance

object CalendarExceptionCollection

Implements

IList , ICollection , IEnumerable , IEnumerable

Geëerbiede leden

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

Properties

Count

Geeft het aantal objecten in dit Aspose.Tasks.CalendarExceptionCollection object.

public int Count { get; }

Eigendomswaarde

int

ParentCalendar

Krijg de ouderlijk kalender voor dit object.

public Calendar ParentCalendar { get; }

Eigendomswaarde

Calendar

Dit is[Int]

Terugkeert het element naar de aangegeven index.

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

Eigendomswaarde

CalendarException

Methods

Add(CalendarException)

Ads CalendarException voorbeeld aan dit collectiobject.

public void Add(CalendarException item)

Parameters

item CalendarException

Het item om toe te voegen.

AddRange(IEnumerable)

Voeg een reeks uitzonderingen toe aan de interne lijst.

public void AddRange(IEnumerable<calendarexception> exceptionList)

Parameters

exceptionList IEnumerable < CalendarException >

Een aantal uitzonderingen om toe te voegen.

Clear()

Verwijder alle items van de Aspose.Tasks.CalendarExceptionCollection.

public void Clear()

GetEnumerator()

Terug een lijstje voor deze collectie.

public IEnumerator<calendarexception> GetEnumerator()

Returns

IEnumerator < CalendarException >

Een lijstje voor deze collectie.

Remove(CalendarException)

Verwijder Aspose.Tasks.CalendarException instantie uit deze collectie.

public bool Remove(CalendarException item)

Parameters

item CalendarException

Het item om te verwijderen.

Returns

bool

geldig als de aangegeven uitzondering met succes is verwijderd.

ToList()

Convert het CalendarExceptionCollection object naar een lijst met Aspose.Tasks.CalendarException objecten.

public List<calendarexception> ToList()

Returns

List < CalendarException >

Lijst van Aspose.Tasks.CalendarException objects.

 Nederlands