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

SessionObjectLayer Constructors

An object access layer that saves and loads persistent objects via a parent session or unit of work.
Name Parameters Description
SessionObjectLayer(Session, Boolean, IGenericSecurityRule, ISecurityRuleProvider, Object) parentSession, throughCommitMode, genericSecurityRule, securityDictionary, securityCustomContext Reserved for future use.
SessionObjectLayer(Session, Boolean) parentSession, throughCommitMode Initializes a new instance of the SessionObjectLayer class with a specified parent session and the SessionObjectLayer.ThroughCommitMode field value.
SessionObjectLayer(Session) parentSession Initializes a new instance of the SessionObjectLayer class with a specified parent session.
See Also