Class DataAnnotationsBehavior
- Namespace
- UraniumUI.Validations
- Assembly
- UraniumUI.Validations.DataAnnotations.dll
public class DataAnnotationsBehavior : Behavior<View>, INotifyPropertyChanged
- Inheritance
-
DataAnnotationsBehavior
- Implements
- Inherited Members
Fields
bindable
protected BindableObject bindable
Field Value
Properties
Binding
public BindingBase Binding { get; set; }
Property Value
Methods
OnAttachedTo(BindableObject)
Application developers override this method to implement the behaviors that will be associated with bindable.
protected override void OnAttachedTo(BindableObject bindable)
Parameters
bindableBindableObjectThe bindable object to which the behavior was attached.
OnAttachedTo(View)
Application developers override this method to implement the behaviors that will be associated with bindable.
protected override void OnAttachedTo(View bindable)
Parameters
bindableViewThe bindable object to which the behavior was attached.
OnDetachingFrom(View)
Application developers override this method to remove the behaviors from bindable
that were implemented in a previous call to the OnAttachedTo(T) method.
protected override void OnDetachingFrom(View bindable)
Parameters
bindableViewThe bindable object from which the behavior was detached.