XPServerModeView(Session, XPClassInfo) Constructor
In This Article
Uses a Session and object type metadata to initialize a new XPServerModeView instance.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPServerModeView(
Session session,
XPClassInfo objectClassInfo
)
#Parameters
Name | Type | Description |
---|---|---|
session | Session | The session used to load persistent objects. This value is assigned to the Session property. |
object |
XPClass |
The XPClass |
See Also