Skip to main content
.NET Framework 4.5.2+

DomainLogicAttribute.InterfaceType Property

Specifies the domain component for which the DomainLogicAttribute‘s target domain logic is designed.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type InterfaceType { get; }

Property Value

Type Description
Type

A Type object specifying the domain component for which the attribute’s target domain logic is designed.

See Also