Version

DaysOfMonthLookCollection Class Members

The following tables list the members exposed by DaysOfMonthLookCollection.

Protected Constructors
 NameDescription
Protected ConstructorDaysOfMonthLookCollection ConstructorConstructor used when deserializing the collection.  
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 PropertyCalendarLookReturns the owning CalendarInfo object. (Inherited from Infragistics.Win.UltraWinSchedule.UltraScheduleLookArray)
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 PropertyItemReturns a DayLook object  
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 MethodCopyToOverloaded. Copies the elements of the collection into the array.  
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 MethodGetEnumeratorIEnumerable Interface Implementation returns a type safe enumerator  
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 MethodArrayChangedOverridden. Method indicating that the array contents have changed.  
Protected MethodCreateArray (Inherited from Infragistics.Shared.SubObjectsCollectionBase)
Protected MethodCreateSubObjectOverridden. Handles the creation of a new DayLook object.  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodGetSubObjectPositionOverridden. Used during de-serialization to determine where in the array to place the subobject being de-serialized.  
Protected MethodInitializeSubObjectOverridden. Initialize the DayLook object  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitSubObjectInitialize the sub object. (Inherited from Infragistics.Win.UltraWinSchedule.UltraScheduleLookArray)
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 MethodIsDesignModeIndicates if the collection is being used in design mode. (Inherited from Infragistics.Win.UltraWinSchedule.UltraScheduleLookArray)
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. Notify listeners of changes to properties.  
Protected MethodResetItemsReset the items in the array to null and unhook from the notifications. (Inherited from Infragistics.Win.UltraWinSchedule.SubObjectsArrayBase)
Protected MethodResetSubItemOverridden. Reset the object in the collection.  
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 MethodShouldSerializeSubObjectOverridden. Called by the base class to determine if the object in the collection needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also