 | BcfRowViewGetErrors Method (String) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxpublic virtual IEnumerable GetErrors(
string columnName
)
Public Overridable Function GetErrors (
columnName As String
) As IEnumerable
Parameters
- columnName
- Type: SystemString
Name of the BcfColumn. If columnName is null or an empty StringEmptyTResult will be returned.
Return Value
Type:
IEnumerableThe
IEnumerableT containing the messages
Version InformationForms
Supported in: 4.0
See Also