public interface IBindingConverter<C,V>
| Modifier and Type | Method and Description |
|---|---|
V |
controlToModel(C value)
Control the value C, obtained from the control, into some value type expected by the model.
|
C |
modelToControl(V value)
Convert the value V, obtained from the model, to a value type that is expected by the control.
|
Copyright © 2017 etc.to. All rights reserved.