ArcFM Engine Developer Guide
CalendarBlackoutDatesCollection Class Methods


For a list of all members of this type, see CalendarBlackoutDatesCollection members.

Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodAddDatesInPastDates that are in the past are added to the BlackoutDates.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContainsOverloaded. Checks if a DateTime is in the Collection  
Public MethodContainsAnyReturns true if any day in the given DateTime range is contained in the BlackOutDays.  
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<CalendarDateRange>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<CalendarDateRange>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<CalendarDateRange>)
Protected MethodClearItemsOverridden. All the items in the collection are removed.  
Protected MethodInsertItemOverridden. The item is inserted in the specified place in the collection.  
Protected MethodMoveItem (Inherited from System.Collections.ObjectModel.ObservableCollection<CalendarDateRange>)
Protected MethodOnCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<CalendarDateRange>)
Protected MethodOnPropertyChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<CalendarDateRange>)
Protected MethodRemoveItemOverridden. The item in the specified index is removed from the collection.  
Protected MethodSetItemOverridden. The object in the specified index is replaced with the provided item.  
Top
See Also

Reference

CalendarBlackoutDatesCollection Class
Miner.PresentationFramework.WPFControls Namespace

 

 


Send Comment