Skip to main content
A newer version of this page is available. .

DomainLogicAttribute.InterfaceType Property

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

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