Version

Appointment Class Methods

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

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 Methodstatic (Shared in Visual Basic)FromBinaryDeserializes a single Appointment object from the specified stream.  
Public Methodstatic (Shared in Visual Basic)FromBytesDeserializes a single Appointment object from the specified byte array.  
Public Methodstatic (Shared in Visual Basic)FromXMLDeserializes a single Appointment object from the specified soap (xml) stream.  
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 MethodIsSameAppointmentReturns true if the specified appointment represents the same logical Appointment.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodOffsetStartTimeAdjusts the start date and time for the Appointment by the specified System.TimeSpan. The duration of the Appointment is maintained.  
Public MethodResetResets all properties of the Appointment to their default values.  
Public MethodResetActionResets the Action property to its default value.  
Public MethodResetAllDayEventResets the AllDayEvent property to its default value.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetBarColorResets the BarColor property to its default value.  
Public MethodResetDayResets the start of the Appointment to its default value.  
Public MethodResetDescriptionResets the Description property to its default value.  
Public MethodResetEndDateTimeResets the EndDateTime property to its default value.  
Public MethodResetIsRemovedResets the IsRemoved property to its default value.  
Public MethodResetLocationResets the Location property to its default value.  
Public MethodResetLockedResets Locked property to its default value.  
Public MethodResetOriginalStartDateTimeResets the OriginalStartDateTime property to its default value.  
Public MethodResetRecurrenceResets the RecurringAppointmentRoot property to its default value.  
Public MethodResetReminderResets the Reminder property to its default value.  
Public MethodResetStartDateTimeResets the StartDateTime property to its default value.  
Public MethodResetSubjectResets the Subject property to its default value.  
Public MethodResetVisibleResets the Visible property to its default value.  
Public MethodSaveOverloaded. Saves the Appointment object's information to the specified stream.  
Public MethodSaveAsXmlOverloaded. Saves the Appointment object's information to the specified stream as soap (xml).  
Public MethodShouldSerializeIndicates whether the Appointment object needs to be persisted.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns the string representation of this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodFinalizeDestructor for the Appointment object.  
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 MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Invoked when the object is disposed. The notification is used to dispose all resources used by the Appointment object.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Invoked when a property on one of the subobjects changes.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeActionIndicates whether the Action property needs to be serialized.  
Protected MethodShouldSerializeAllDayEventIndicates whether the AllDayEvent property needs to be serialized.  
Protected MethodShouldSerializeAppearanceIndicates whether the Appearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeDescriptionIndicates whether the Description property should be serialized.  
Protected MethodShouldSerializeIsRemovedIndicates whether the IsRemoved property needs to be serialized.  
Protected MethodShouldSerializeLocationIndicates whether the Location property should be serialized.  
Protected MethodShouldSerializeLockedIndicates whether the Locked property should be serialized.  
Protected MethodShouldSerializeOriginalStartDateTimeIndicates whether the OriginalStartDateTime property needs to be serialized.  
Protected MethodShouldSerializeRecurrenceIndicates whether the Recurrence property needs to be serialized.  
Protected MethodShouldSerializeReminderIndicates whether the Reminder property should be serialized.  
Protected MethodShouldSerializeSubjectIndicates whether the Subject property should be serialized.  
Protected MethodShouldSerializeVisibleIndicates whether the Visible property should be serialized.  
See Also