Click or drag to resize
ErrorContainerGetAllPropertyNamesWithErrors Method
Gets all property names with errors stored in this errorcontainer. Use the names to index into this container to obtain the error for this particular property. Properties with an empty string as error are ignored.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public IEnumerable<string> GetAllPropertyNamesWithErrors()

Return Value

Type: IEnumerableString
Remarks
This method traverses the inner structures with a filter without locking. To make sure a call to this method is thread safe, lock on SyncRoot
See Also