Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectViewList<I,V>
Clears the errors, for a given property name, from all the ItemObjectViews in the list
public: 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