Skip to main content
.NET 6.0+

CodeRuleAttribute.CreateRule() Method

Intended for internal use.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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