Back to Devexpress

IRuleSource.CreateRules() Method

expressappframework-devexpress-dot-persistent-dot-validation-dot-irulesource.md

latest1.8 KB
Original Source

IRuleSource.CreateRules() Method

Instantiates custom Validation Rules.

Namespace : DevExpress.Persistent.Validation

Assembly : DevExpress.Persistent.Base.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
ICollection<IRule> CreateRules()
vb
Function CreateRules As ICollection(Of IRule)

Returns

TypeDescription
ICollection<IRule>

An ICollection< IRule > object, which represents custom Validation Rules.

|

Remarks

When implementing the IRuleSource interface, use this property to supply the Validation Module with custom Validation Rules.

To see an example of implementing the IRuleSource interface, refer to the “Custom Rule Source” section of the Declare Validation Rules topic.

See Also

IRuleSource Interface

IRuleSource Members

DevExpress.Persistent.Validation Namespace