Skip to main content
.NET 6.0+

DomainLogicAttribute Class

Applied to classes. Specifies that a target class represents a Domain Logic.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class DomainLogicAttribute :
    Attribute

Remarks

If you have no access to the target class sources, you can use the ITypesInfo.RegisterDomainLogic method.

Inheritance

Object
Attribute
DomainLogicAttribute
See Also