Back to Devexpress

CodeRuleAttribute Class

expressappframework-devexpress-dot-persistent-dot-validation-39e951d5.md

latest1.6 KB
Original Source

CodeRuleAttribute Class

Applied to a validation rule. Specifies that the rule is intended for a particular business class and does not have a corresponding validation attribute.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class CodeRuleAttribute :
    Attribute
vb
<AttributeUsage(AttributeTargets.Class, AllowMultiple:=False)>
Public Class CodeRuleAttribute
    Inherits Attribute

Remarks

The rule’s target class can be specified as the base class’ generic parameter or via the rule’s constructor. For details, refer to the “Implement a Code Rule” section of the Implement Custom Rules topic.

Inheritance

Object Attribute CodeRuleAttribute

See Also

CodeRuleAttribute Members

DevExpress.Persistent.Validation Namespace