Skip to main content
A newer version of this page is available. .

ISessionProvider Interface

The interface which must be implemented by classes that should work with a Session object.

Namespace: DevExpress.Xpo.Helpers

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public interface ISessionProvider :
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IDataLayerProvider

Remarks

This interface must be implemented by the classes that work with a Session object. Currently, the XPBaseCollection and XPView implement this interface.

See Also