Version

AppointmentPropertyMapping Class Members

The following tables list the members exposed by AppointmentPropertyMapping.

Public Constructors
 NameDescription
Public ConstructorAppointmentPropertyMapping ConstructorCreates a new instance.  
Public Properties
 NameDescription
Public PropertyConvertBackCallbackReference to a delegate which is invoked before the value of a schedule object property is assigned 'back' to the underlying data object's corresponding property, providing an opportunity to convert the value to the type expected by that property. (Inherited from Infragistics.Scheduler.DataSource.SchedulePropertyMapping)
Public PropertyConvertCallbackReference to a delegate which is invoked before a value is assigned to a schedule object property, providing an opportunity to convert the value. (Inherited from Infragistics.Scheduler.DataSource.SchedulePropertyMapping)
Public PropertyDataObjectPropertyNameThe name of the property of the underlying data object with which this instance is associated. (Inherited from Infragistics.Scheduler.DataSource.SchedulePropertyMapping)
Public PropertyPropertyIdentifies the property on the Infragistics.Scheduler.Appointment object.  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Scheduler.DataSource.SchedulePropertyMapping)
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedRaises the PropertyChanged event. (Inherited from Infragistics.Scheduler.DataSource.SchedulePropertyMapping)
Protected MethodVerifyPropertyOverridden. Throws an exception if a mapping is created for the RecurrenceRoot or Resource properties.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when the value of a property of this object changes. (Inherited from Infragistics.Scheduler.DataSource.SchedulePropertyMapping)
See Also