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