IUFModel defines the minimal methods a model class should implement.
Gets a value of a property.
Name of property
Value of property
Checks if a value is valid for a property.
If the property is unknown or does not have any validator attached to it, the method returns true.
Property name
Value to test
True if the value is valid for property, otherwise false.
Sets a property to a value.
Value to assign
IUFModel defines the minimal methods a model class should implement.