Skip to main content
.NET 6.0+

XPObjectType(Session) Constructor

Initializes a new instance of the XPObjectType class with the specified session.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPObjectType(
    Session session
)

Parameters

Name Type Description
session Session

A Session object.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also