Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectView<I>
Clear errors for specified property name.
public virtual void ClearErrors(string propertyName)
Parameters
Type | Name | Description |
string | propertyName | The name of the property to retrieve validation errors for; or null or Empty, to retrieve object level errors. |
Returns: void