Class CalendarExceptionCollection
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Aspose.Tasks.CalendarException 객체의 컬렉션을 나타냅니다.
public class CalendarExceptionCollection : IList<calendarexception>, ICollection<calendarexception>, IEnumerable<calendarexception>, IEnumerable
상속
object ← CalendarExceptionCollection
구현
IList<calendarexception>, ICollection<calendarexception>, IEnumerable<calendarexception>, IEnumerable
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
속성
Count
이 Aspose.Tasks.CalendarExceptionCollection 객체에 포함된 객체의 수를 가져옵니다.
public int Count { get; }
속성 값
ParentCalendar
이 객체의 부모 캘린더를 가져옵니다.
public Calendar ParentCalendar { get; }
속성 값
this[int]
지정된 인덱스에 있는 요소를 반환합니다.
public CalendarException this[int index] { get; set; }
속성 값
메서드
Add(CalendarException)
CalendarException 인스턴스를 이 컬렉션 객체에 추가합니다.
public void Add(CalendarException item)
매개변수
item
CalendarException
추가할 항목입니다.
AddRange(IEnumerable<calendarexception>)
예외 범위를 내부 목록에 추가합니다.
public void AddRange(IEnumerable<calendarexception> exceptionList)
매개변수
exceptionList
IEnumerable<CalendarException>
추가할 예외의 범위입니다.
Clear()
Aspose.Tasks.CalendarExceptionCollection에서 모든 항목을 제거합니다.
public void Clear()
GetEnumerator()
이 컬렉션에 대한 열거자를 반환합니다.
public IEnumerator<calendarexception> GetEnumerator()
반환 값
IEnumerator<CalendarException>
이 컬렉션에 대한 열거자입니다.
Remove(CalendarException)
Aspose.Tasks.CalendarException 인스턴스를 이 컬렉션에서 제거합니다.
public bool Remove(CalendarException item)
매개변수
item
CalendarException
제거할 항목입니다.
반환 값
지정된 예외가 성공적으로 제거되면 true입니다.
ToList()
CalendarExceptionCollection 객체를 Aspose.Tasks.CalendarException 객체의 목록으로 변환합니다.
public List<calendarexception> ToList()
반환 값
Aspose.Tasks.CalendarException 객체의 목록입니다.