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

GenerateMessageTemplatesModelAttribute Class

Applied to interfaces derived from IRuleBaseProperties. Specifies that message templates for string properties whose names start with “MessageTemplate” are generated automatically.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[AttributeUsage(AttributeTargets.Interface)]
public sealed class GenerateMessageTemplatesModelAttribute :
    Attribute

Remarks

An example of using this interface is provided in the Implement Custom Rules topic and in the FeatureCenter demo installed with XAF. The Feature Center demo is installed in %PUBLIC%\Documents\DevExpress Demos 20.2\Components.NET Core Desktop Libraries\eXpressApp Framework\FeatureCenter by default. The ASP.NET Web Forms version of this demo is available online at https://demos.devexpress.com/XAF/FeatureCenter/.

Inheritance

Object
Attribute
GenerateMessageTemplatesModelAttribute
See Also