C# Class MvvmCross.Binding.ExtensionMethods.MvxBindingExtensions

Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ConvertToBoolean ( this result ) : bool
MakeSafeValue ( this propertyType, object value ) : object
ShouldSkipSetValueAsHaveNearlyIdenticalNumericText ( this mvxEditableTextView, object target, object value ) : bool

Method Details

ConvertToBoolean() public static méthode

public static ConvertToBoolean ( this result ) : bool
result this
Résultat bool

MakeSafeValue() public static méthode

public static MakeSafeValue ( this propertyType, object value ) : object
propertyType this
value object
Résultat object

ShouldSkipSetValueAsHaveNearlyIdenticalNumericText() public static méthode

public static ShouldSkipSetValueAsHaveNearlyIdenticalNumericText ( this mvxEditableTextView, object target, object value ) : bool
mvxEditableTextView this
target object
value object
Résultat bool