C# Class MvvmCross.Binding.ExtensionMethods.MvxBindingExtensions

显示文件 Open project: MvvmCross/MvvmCross

Public Methods

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

Method Details

ConvertToBoolean() public static method

public static ConvertToBoolean ( this result ) : bool
result this
return bool

MakeSafeValue() public static method

public static MakeSafeValue ( this propertyType, object value ) : object
propertyType this
value object
return object

ShouldSkipSetValueAsHaveNearlyIdenticalNumericText() public static method

public static ShouldSkipSetValueAsHaveNearlyIdenticalNumericText ( this mvxEditableTextView, object target, object value ) : bool
mvxEditableTextView this
target object
value object
return bool