|
BcfRowViewGetErrors Method (String) |
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax public virtual IEnumerable GetErrors(
string propertyName
)
Public Overridable Function GetErrors (
propertyName As String
) As IEnumerable
public:
virtual IEnumerable^ GetErrors(
String^ propertyName
)
abstract GetErrors :
propertyName : string -> IEnumerable
override GetErrors :
propertyName : string -> IEnumerable
Parameters
- propertyName
- Type: SystemString
Name of the property. If propertyName is null or an empty StringEmptyTResult will be returned.
Return Value
Type:
IEnumerableIEnumerableT containing the messages
Version Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also