Version

Holiday Class Members

The following tables list the members exposed by Holiday.

Public Constructors
 NameDescription
Public ConstructorHoliday ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceReturns the appearance for this Holiday  
Public PropertyCalendarInfoThe control that the Holiday is owned by (read-only)  
Public PropertyDayReturns the Day object for the start date of this Holiday  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEndOverridden. Returns a value that is one second earlier than the value of the date obtained by adding the value of the NumberOfDays property to the value of the StartDate property.  
Public PropertyHasAppearanceReturns true if an appearance object has been created.  
Public PropertyIsSelectedOverridden. Returns whether the Holiday is selected.  
Public PropertyNameReturns the name of the holiday.  
Public PropertyNumberOfDaysReturns the number of days for the holiday.  
Public PropertyOwnerOverridden. Returns null unconditionally to indicate that this Holiday is not associated with any particular Owner.  
Public PropertySelectedGet: Returns true if this object exists in the Selected* collection Set: Adds/Removes this object from the Selected* collection  
Public PropertySpanReturns the amount of time spanned by this activity, obtained by subtracting the value of the Start property from the value of the End property. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase)
Public PropertyStartOverridden. Returns the value of the StartDate property.  
Public PropertyStartDateReturns the start date of the holiday.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextOverridden. Returns the value of the Name property.  
Public PropertyVisibleOverridden. Returns whether the Holiday is visible in the UI.  
Public PropertyVisibleResolvedReturns the resolved value of this activity's Visible property. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCompareToCompares this instance to another and returns the result. (Inherited from Infragistics.Win.UltraWinSchedule.ActivityBase)
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 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 MethodOffsetDateAdjusts the startdate for the holiday by the specified time span. Note, only day increment changes are honored.  
Public MethodResetResets all properties of this object to their default values.  
Public MethodResetAppearanceResets property to its default  
Public MethodResetDayReset the day of the Holiday object.  
Public MethodResetNameResets property to its default  
Public MethodResetNumberOfDaysResets property to its default  
Public MethodResetStartDateResets property to its default  
Public MethodResetVisibleResets property to its default.  
Public MethodShouldSerializeReturns true if any property on this object contains data that needs to be serialized.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
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. Notification that a sub object's properties have changed  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeDayReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeNameReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeNumberOfDaysReturns true if property contains data that needs to be serialized.  
Protected MethodShouldSerializeVisibleReturns true if property contains data that needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also