Version

Owner Class Methods

For a list of all members of this type, see Owner members.

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 MethodDeleteAllActivityDeletes all of the Appointments and Notes that were assigned to this owner.  
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public Methodstatic (Shared in Visual Basic)FromBinaryDeserializes a single Owner object from the specified stream.  
Public Methodstatic (Shared in Visual Basic)FromBytesDeserializes a single Owner object from the specified byte array.  
Public MethodGetAppointmentsInRangeReturns a collection of Appointment objects that have any part of the appointment in the specified date range.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetNotesInRangeReturns a collection of Note objects that are at least partially in the specified date range.  
Public MethodGetOwnedNonRecurringAppointmentsReturns an array of non-recurring Appointment objects that have their Owner property set to this owner.  
Public MethodGetOwnedNotesReturns an array of Note objects that have their Owner property set to this owner.  
Public MethodGetOwnedRecurringAppointmentsReturns an array of recurring Appointment objects that have their Owner property set to this owner.  
Public MethodGetResolvedOutlook2007ColorSchemeReturns the resolved Outlook2007ColorScheme instance which defines the default appearance property values for this Ownerwhen the UltraCalendarLook.ViewStyle property of the specified UltraCalendarLook is set to 'Office2007'.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsInWorkingHoursOverloaded. Returns whether the specified TimeSlot falls within working hours for the specified date.  
Public MethodIsWorkDayReturns whether the specified date is considered to be a workday.  
Public MethodLoadDateSettingsInitializes the contents of the DateSettings, DayOfWeekSettings, and RecurringDateSettings, collections from the data in the specified stream.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodReassignAllActivityReassigns all of the Appointments and Notes that were assigned to this owner to a new owner.  
Public MethodResetAlternateMonthDayAppearanceResets the AlternateMonthDayAppearance property to its default value.  
Public MethodResetDateSettingsResets the DateSettings collection.  
Public MethodResetDayAppearanceResets the DayAppearance property to its default value.  
Public MethodResetDayOfWeekSettingsResets the properties of the DayOfWeek objects in the DayOfWeekSettings collection to their default values.  
Public MethodResetHeaderAppearanceResets the HeaderAppearance property to its default value.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNameResets the Name property to its default value.  
Public MethodResetNonWorkingHourTimeSlotAppearanceResets the NonWorkingHourTimeSlotAppearance property to its default value.  
Public MethodResetRecurringDateSettingsResets the DateSettings collection.  
Public MethodResetSelectedTimeSlotAppearanceResets the SelectedTimeSlotAppearance property to its default value.  
Public MethodResetWorkingHourTimeSlotAppearanceResets the WorkingHourTimeSlotAppearance property to its default value.  
Public MethodSaveReturns a byte array contained the serialized information for the Owner.  
Public MethodSaveDateSettingsSaves the contents of the DateSettings, DayOfWeekSettings, and RecurringDateSettings, collections to the specified stream.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodSwapIndexSwaps the the Index of this owner with the specified owner.  
Public MethodToStringReturns the string representation of this Owner  
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 MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDisposeOverridden. Invoked when the object is disposed. The notification is used to dispose all resources used by the Owner object.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollectionOverridden. Called when this object is being removed from the specified collection.  
Protected MethodOnSubObjectPropChangedOverridden. Called when a property of a contained item has changed.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
See Also