Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CodeRuleAttribute.CreateRule() Method

Intended for internal use.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public IRule CreateRule()

Returns

Type Description
IRule

An IRule object which represents a validation rule decorated with the CodeRule attribute.

See Also