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

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

Reserved for future use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

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