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

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.v18.2.dll

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