Class CalendarExceptionCollection

Class CalendarExceptionCollection

Namn på plats: Aspose.Tasks Sammanfattning: Aspose.Tasks.dll (25.4.0)

Representerar en samling av Aspose.Tasks.CalendarException objekt.

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

Inheritance

object CalendarExceptionCollection

Implements

IList , ICollection , IEnumerable , IEnumerable

Arvsmedlemmar

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

Properties

Count

Få antalet objekt som finns i detta Aspose.Tasks.CalendarExceptionCollection objekt.

public int Count { get; }

Fastighetsvärde

int

ParentCalendar

Få föräldralender för detta objekt.

public Calendar ParentCalendar { get; }

Fastighetsvärde

Calendar

Detta[int]

Returnerar elementet till det angivna indexet.

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

Fastighetsvärde

CalendarException

Methods

Add(CalendarException)

Lägg till KalenderException till denna samling objekt.

public void Add(CalendarException item)

Parameters

item CalendarException

Artikeln att lägga till.

AddRange(IUnumerabel)

Lägg till ett antal undantag till den interna listan.

public void AddRange(IEnumerable<calendarexception> exceptionList)

Parameters

exceptionList IEnumerable ochlt; CalendarException >

Ett antal undantag att lägga till.

Clear()

Ta bort alla objekt från Aspose.Tasks.CalendarExceptionCollection.

public void Clear()

GetEnumerator()

Returnerar en förteckning för denna samling.

public IEnumerator<calendarexception> GetEnumerator()

Returns

IEnumerator ochlt; CalendarException >

en förteckning för denna samling.

Remove(CalendarException)

Ta bort Aspose.Tasks.CalendarException instans från denna samling.

public bool Remove(CalendarException item)

Parameters

item CalendarException

föremålet att ta bort.

Returns

bool

om det angivna undantaget framgångsrikt har avlägsnats.

ToList()

Konverterar CalendarExceptionCollection objekt till en lista över Aspose.Tasks.CalendarException objekt.

public List<calendarexception> ToList()

Returns

List ochlt; CalendarException >

Förteckning över Aspose.Tasks.CalendarException objekt.

 Svenska