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.4.0.0 (1.4.19.0711)
Syntax public IEnumerable<string> GetAllPropertyNamesWithErrors()
Public Function GetAllPropertyNamesWithErrors As IEnumerable(Of String)
Return Value
Type:
IEnumerableStringRemarks This method traverses the inner structures with a filter without locking. To make sure a call to this method is thread safe, lock on
SyncRootSee Also