Version

SchedulePropertyMapping Class Members

The following tables list the members exposed by SchedulePropertyMapping.

Public Constructors
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.  
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.  
Public PropertyDataObjectPropertyNameThe name of the property of the underlying data object with which this instance is associated.  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this object.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedRaises the PropertyChanged event.  
Protected MethodVerifyPropertyWhen overridden in a derived class, verifies the property setting.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when the value of a property of this object changes.  
See Also