Class CalendarExceptionCollection

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 , ICollection , IEnumerable , IEnumerable

상속 회원들

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; }

부동산 가치

int

ParentCalendar

이 항목에 대한 부모 일정을 얻으십시오.

public Calendar ParentCalendar { get; }

부동산 가치

Calendar

이것이[이트]

지정된 인덱스에 항목을 반환합니다.

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

부동산 가치

CalendarException

Methods

Add(CalendarException)

이 컬렉션 개체에 CalendarException 예를 추가합니다.

public void Add(CalendarException item)

Parameters

item CalendarException

추가하는 항목입니다.

AddRange(숫자 숫자 숫자>)

내부 목록에 예외의 범위를 추가합니다.

public void AddRange(IEnumerable<calendarexception> exceptionList)

Parameters

exceptionList IEnumerable &lt에 대한 정보 CalendarException >

추가할 수 있는 예외가 많습니다.

Clear()

Aspose.Tasks.CalendarExceptionCollection에서 모든 항목을 제거합니다.

public void Clear()

GetEnumerator()

이 컬렉션에 대한 번호를 반환합니다.

public IEnumerator<calendarexception> GetEnumerator()

Returns

IEnumerator &lt에 대한 정보 CalendarException >

이 컬렉션에 대한 목록입니다.

Remove(CalendarException)

이 컬렉션에서 Aspose.Tasks.CalendarException 예제를 제거합니다.

public bool Remove(CalendarException item)

Parameters

item CalendarException

제거해야 하는 항목

Returns

bool

특정 예외가 성공적으로 제거되었을 경우 사실입니다.

ToList()

CalendarExceptionCollection 항목을 Aspose.Tasks.CalendarException 항목 목록으로 변환합니다.

public List<calendarexception> ToList()

Returns

List &lt에 대한 정보 CalendarException >

Aspose.Tasks.Calendar 예외 항목 목록

 한국어