We're sorry but this site requires JavaScript.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
SchedulePropertyMapping Class Members
The following tables list the members exposed by SchedulePropertyMapping .
Public Properties
Name Description
ConvertBackCallback Reference 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.
ConvertCallback Reference to a delegate which is invoked before a value is assigned to a schedule object property, providing an opportunity to convert the value.
DataObjectPropertyName The name of the property of the underlying data object with which this instance is associated.
Public Methods
Name Description
ToString Returns the string representation of this object.
Public Events
Name Description
PropertyChanged Occurs when the value of a property of this object changes.
See Also