Version

UltraScheduleInfoArray Class Members

The following tables list the members exposed by UltraScheduleInfoArray.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllReturns the members of the collection in an object array. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Public PropertyCalendarInfoReturns the owning CalendarInfo object.  
Public PropertyCollectionBaseReturns the base index for the collection. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Public PropertyCount (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsReadOnlyReturn the read-only status of the array. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyArrayBaseThe base number for the array. For the UltraCalendar classes, this will probably be 1. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected PropertyInitialCapacityReturns the initial capacity used by the array. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertyShouldSerializeDerivedThis is called from the ShouldSerialize of the SubObjectsArrayBase to determine if the derived class has anything that needs to be serialized. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodContains (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodCopyTo (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
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 MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexOf (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
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 MethodResetReset the properties and collection. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Public MethodShouldSerializeDetermine if the object needs to be serialized. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodArrayChangedInvoked when a subobject has been added or removed from the collection. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected MethodCreateArray (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodCreateSubObjectOverridable method for creating a new subobject. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodGetSubObjectPositionUsed during de-serialization to determine where in the array to place the subobject being de-serialized. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected MethodInitializeSubObjectOverridable method for initializing a subobject.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitSubObjectOverridden. Initialize the sub object.  
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 MethodIsDesignModeOverridden. Indicates if the collection is being used in design mode.  
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 MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetItemsReset the items in the array to null and unhook from the notifications. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected MethodResetSubItemThe subobject should have a Reset method which should be invoked by the derived class. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeObjectDataCalled at the end of the GetObjectData call to get any additional info to be serialized. Note, this will only be invoked if the ShouldSerializeDerived returns true. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeSubObjectCalled by the base class to determine if the object in the collection needs to be serialized. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also