Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectViewList<I,V>
Returns an enumerable containing the errors, for a given property name, from all the ItemObjectViews in the list
public: System.Collections.IEnumerable^ GetErrors(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: MISSING PAGE System