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.2.0.0 (1.2.16.0406)
Syntax
public IEnumerable<string> GetAllPropertyNamesWithErrors()

Return Value

Type: IEnumerableString
See Also