Version

AppointmentsCollection Class Members

The following tables list the members exposed by AppointmentsCollection.

Protected Constructors
 NameDescription
Protected ConstructorAppointmentsCollection ConstructorConstructor used during deserialization to initialize a new AppointmentsCollection object with the serialized property values.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllOverridden. The collection as an array of objects  
Public PropertyCalendarInfoReturns the UltraCalendarInfo component which owns the AppointmentsCollection object. This property is read-only.  
Public PropertyCount (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsReadOnlyOverridden. Overriden. Indicates whether the collection is read-only.  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemGets the Appointment object at the specified index in the collection.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyInitialCapacityOverridden. Overriden. Returns the initial capacity of the collection.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodAddOverloaded. Creates and adds a new Appointment with the specified start date/time and subject and to the collection.  
Public MethodAddRangeAdds an array of Appointment objects to the collection  
Public MethodClearClears the AppointmentsCollection  
Public MethodContains (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodCopyToOverloaded. Overridden. Copies the contents of the collection to the specified array starting at the specified index.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetAppointmentFromBindingListIndexReturns the appointment associated with the list object at the specified binding list index or null if not found.  
Public MethodGetAppointmentFromBindingListObjectReturns the appointment associated with the list object or null if not found.  
Public MethodGetEnumeratorIEnumerable Interface Implementation returns a type safe enumerator  
Public MethodGetItem (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetRecurringAppointmentRootGets the root appointment based on the specified recurrence AppointmentRecurrence.Id.  
Public MethodIndexOfOverridden. Returns the index of the object in the collection  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemoveRemoves the specified Appointment from the collection.  
Public MethodRemoveAllAppointmentsForOwnerRemoves all of the appointments that were assigned to the owner.  
Public MethodRemoveAtRemoves the Appointment at the specified index from the collection.  
Public MethodResumeSortResumes internal sorting of the collection following a call to the SuspendSort method.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodSuspendSortSuspends internal sorting of the collection until the ResumeSort method is called.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateArrayOverridden. Virtual method used by the All 'get' method to create the array it returns.  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAdd (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalClear (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalInsert (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Invoked when a property on one of the Appointment objects changes.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also