Class ScalarInput<T>
Represents the handler of scalar level two way data binding flushing from view to presenter.
Inheritance
System.Object
ScalarInput<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public class ScalarInput<T> : Input<T, ScalarBinding, IScalars> where T : UIElement, new()
Type Parameters
Name | Description |
---|---|
T | The type of view element. |
Properties
Name | Description |
---|---|
Binding | |
ScalarBinding | Gets the scalar binding. |
Target |
Methods
Name | Description |
---|---|
EndInput() | Ends the input implementation. |
GetFlushingError(UIElement) | |
GetValidationInfo(Int32) | Gets the validation info. |
HasValidationError(Int32) | Determines whether validation error exists. |
WithFlush(Scalar, Func<T, Boolean>) | Setup the flushing operation. |
WithFlush<TData>(Scalar<TData>, Func<T, TData>) | Setup the flushing operation. |
WithFlushingValidator(Func<T, String>) | Sets flushing validator. |