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

DomainLogicAttribute Class

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.2.dll

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