Class CalendarExceptionCollection
CalendarExceptionCollection class
代表集合CalendarException
对象.
public class CalendarExceptionCollection : IList<CalendarException>
特性
姓名 | 描述 |
---|---|
Count { get; } | 获取这个包含的对象个数CalendarExceptionCollection 对象. |
Item { get; set; } | 返回指定索引处的元素。 |
ParentCalendar { get; } | 获取此对象的父日历。 |
方法
姓名 | 描述 |
---|---|
Add(CalendarException) | 将 CalendarException 实例添加到此集合对象。 |
AddRange(IEnumerable<CalendarException>) | 将异常范围添加到内部列表。 |
Clear() | 从中删除所有项目CalendarExceptionCollection . |
GetEnumerator() | 返回此集合的枚举器。 |
Remove(CalendarException) | 删除CalendarException 此集合中的实例. |
ToList() | 将 CalendarExceptionCollection 对象转换为列表CalendarException 对象. |
也可以看看
- class CalendarException
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks