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

DCIntermediateObjectSettings.BaseType Property

Specifies the base type for intermediate classes that define many-to-many associations between Domain Components.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

Assembly: DevExpress.ExpressApp.Xpo.v21.1.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public static Type BaseType { get; set; }

Property Value

Type Description
Type

The System.Type object that is the base type for intermediate classes that define many-to-many associations. The default type is DCIntermediateObject.

Remarks

To use a custom base class instead of the DCIntermediateObject, implement the IDCIntermediateObject interface, and assign your custom type to this property.

See Also