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

XPObjectType(Session) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

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