Skip to main content
.NET 6.0+

SessionObjectLayer(Session, Boolean, IGenericSecurityRule, ISecurityRuleProvider, Object) Constructor

Reserved for future use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public SessionObjectLayer(
    Session parentSession,
    bool throughCommitMode,
    IGenericSecurityRule genericSecurityRule,
    ISecurityRuleProvider securityDictionary,
    object securityCustomContext
)

Parameters

Name Type
parentSession Session
throughCommitMode Boolean
genericSecurityRule DevExpress.Xpo.IGenericSecurityRule
securityDictionary DevExpress.Xpo.ISecurityRuleProvider
securityCustomContext Object
See Also