RuleCollectionApply Method
Execute or apply validation rules.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public IEnumerable<Object> Apply(
string propertyName
)
Public Function Apply (
propertyName As String
) As IEnumerable(Of Object)
- propertyName String
- Property to be evaluated.
IEnumerableObjectIEnumerableT with the generated by the validation rules.