 | BcfRowViewGetFaults Method |
Gets distinct
IEnumerableT of all reflected columns in the row.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic virtual IEnumerable<BcfFault> GetFaults()
Public Overridable Function GetFaults As IEnumerable(Of BcfFault)
Return Value
Type:
IEnumerableBcfFaultThe
IEnumerableT of all reflected columns in the row..
See Also