Skip to main content

PermissionPolicyRoleBase(Session) Constructor

Initializes a new instance of the PermissionPolicyRoleBase class in a particular Session

Namespace: DevExpress.Persistent.BaseImpl.PermissionPolicy

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v26.1.dll

NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

Declaration

public PermissionPolicyRoleBase(
    Session session
)

Parameters

Name Type Description
session Session

A DevExpress.Xpo.Session object, which is a persistent objects cache where the role will be instantiated.

See Also