Ejemplo n.º 1
0
 public void Bind(object newValue) => throw BindingException.FromField(this, "Missing fields are not bindable due to a null container.");
Ejemplo n.º 2
0
 public void Update(object model) => throw BindingException.From(this, "Cannot update model field.");
Ejemplo n.º 3
0
 public void Bind(object newValue) => throw BindingException.FromField(this, "Models are not not bindable due to having no container.");
Ejemplo n.º 4
0
 public void Update(object value) => throw BindingException.From(this, "Cannot update missing field.");