Version

SchedulePropertyMapping Class Members

The following tables list the members exposed by SchedulePropertyMapping.

Public Constructors
 NameDescription
Public ConstructorSchedulePropertyMapping ConstructorInitializes a new SchedulePropertyMapping.  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ConvertBackCallbackPropertyIdentifies the ConvertBackCallback bindable property.  
Public Fieldstatic (Shared in Visual Basic)ConvertCallbackPropertyIdentifies the ConvertCallback bindable property.  
Public Fieldstatic (Shared in Visual Basic)DataObjectPropertyNamePropertyIdentifies the DataObjectPropertyName bindable property.  
Public Properties
 NameDescription
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
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 PropertyDispatcher (Inherited from Xamarin.Forms.BindableObject)
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnPropertyChangedInvoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.BindableBase)
Protected MethodOnPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
See Also