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)
Syntaxpublic IEnumerable<string> GetAllPropertyNamesWithErrors()
Public Function GetAllPropertyNamesWithErrors As IEnumerable(Of String)
Return Value
Type:
IEnumerableString
RemarksThis 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