Back to Devexpress

XPServerModeView(Session, XPClassInfo) Constructor

xpo-devexpress-dot-xpo-dot-xpservermodeview-dot-ctor-x28-devexpress-dot-xpo-dot-session-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-x29.md

latest1.6 KB
Original Source

XPServerModeView(Session, XPClassInfo) Constructor

Uses a Session and object type metadata to initialize a new XPServerModeView instance.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPServerModeView(
    Session session,
    XPClassInfo objectClassInfo
)
vb
Public Sub New(
    session As Session,
    objectClassInfo As XPClassInfo
)

Parameters

NameTypeDescription
sessionSession

The session used to load persistent objects. This value is assigned to the Session property.

| | objectClassInfo | XPClassInfo |

The XPClassInfo metadata that describes the target data table in the data store.

|

See Also

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace