RuleCollectionApply Method

Execute or apply validation rules.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public IEnumerable<Object> Apply(
	string propertyName
)

Parameters

propertyName  String
Property to be evaluated.

Return Value

IEnumerableObject
IEnumerableT with the generated by the validation rules.

See Also