Table of Contents

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

BindableObject

Properties

Binding

public BindingBase Binding { get; set; }

Property Value

BindingBase

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

bindable BindableObject

The 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

bindable View

The 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

bindable View

The bindable object from which the behavior was detached.