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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
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