Skip to main content
.NET 6.0+

CodeRuleAttribute.SetDeclaringClass(Type) Method

For internal use only.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public void SetDeclaringClass(
    Type declaringClass
)

Parameters

Name Type Description
declaringClass Type

A class to be validated.

See Also