Name | Description | |
---|---|---|
HolidayCollection Constructor | Overloaded. |
The following tables list the members exposed by HolidayCollection.
Name | Description | |
---|---|---|
HolidayCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets a IHoliday specified by its index. | |
Weekdays | Gets or sets the policy object for the individual holidays. |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds the specified holiday to the collection. | |
AddRange | Copies the elements of the specified IHoliday array to the end of the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Returns a value that indicates whether the specified IHoliday is a member of the HolidayCollection. | |
CopyTo | Copies the entire HolidayCollection to a compatible one-dimensional array of type IHoliday, starting at the specified zero-based index of the target array. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
GetTypeOfDay | Determines the type of day for the specified date. | |
IndexOf | Searches for the specified IHoliday and returns the zero-based index of the first occurrence within the collection. | |
Insert | Inserts a holiday object in the collection. | |
IsHoliday | Determines whether the specified date is a holiday. | |
Remove | Removes the first occurrence of the specified IHoliday from the HolidayCollection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
IsOverridden | Determines whether the specified date is an overridden holiday. | |
OnClear | Overridden. Performs additional custom processes after clearing the contents of the HolidayCollection instance. | |
OnClearComplete | Performs additional custom processes after clearing the contents of the NotifyCollection instance. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NotifyCollection) | |
OnCollectionChanged | Raises the NotifyCollection.CollectionChanged event. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NotifyCollection) | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the HolidayCollection instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the HolidayCollection instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | (Inherited from System.Collections.CollectionBase) | |
OnValidate | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection has changed. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.NotifyCollection) |