Version

DayOfWeekSettings Class Members

The following tables list the members exposed by DayOfWeekSettings.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyCalendarInfoReturns the UltraCalendarInfo instance with which this instance is associated.  
Public PropertyDayOfTheWeekReturns the System.DayOfWeek constant which defines the day of the week this instance represents.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsWorkDayReturns or sets whether the date associated with this instance is considered to be a work day. (Inherited from Infragistics.Win.UltraWinSchedule.TimeSlotSettings)
Public PropertyOwnerReturns the Owner instance with which this instance is associated.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTimeRangeAppearancesReturns a collection of TimeRangeAppearance objects, which makes it possible to associate an Appearance object with one or more TimeSlots. (Inherited from Infragistics.Win.UltraWinSchedule.OwnerTimeSlotSettings)
Public PropertyWorkDayEndTimeGets/sets the time at which a working day begins.  
Public PropertyWorkDayStartTimeGets/sets the time at which a working day begins.  
Public PropertyWorkingHoursReturns a collection of TimeRange objects, each of which represents a range of time that is considered to be a continuous block of working hours. (Inherited from Infragistics.Win.UltraWinSchedule.TimeSlotSettings)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
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 MethodResetOverridden. Resets all properties of this DayOfWeekSettings instance to their default values.  
Public MethodResetWorkDayEndTimeResets the WorkDayEndTime property to its default value.  
Public MethodResetWorkDayStartTimeResets the WorkDayStartTime property to its default value.  
Public MethodShouldSerializeOverridden. Returns whether any property of this DayOfWeekSettings instance is set to a non-default value.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeWorkDayEndTimeReturns whether the WorkDayEndTime property is set to a non-default value.  
Public MethodShouldSerializeWorkDayStartTimeReturns whether the WorkDayStartTime property is set to a non-default value.  
Public MethodToStringReturns the string representation of this DayOfWeekSettings instance.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeCalled when this instance is disposed of. (Inherited from Infragistics.Win.UltraWinSchedule.OwnerTimeSlotSettings)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedCalled when the value of a property on a sub-object has changed. (Inherited from Infragistics.Win.UltraWinSchedule.OwnerTimeSlotSettings)
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