Skip to main content

DomainLogicAttribute.InterfaceType Property

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type InterfaceType { get; }

Property Value

Type Description
Type

The type.

See Also