Exemple #1
0
        internal RoleExists(ExtentFiltered extent, IRoleType roleType)
        {
            extent.CheckForRoleType(roleType);
            PredicateAssertions.ValidateRoleExists(roleType);

            this.roleType = roleType;
        }
Exemple #2
0
 internal AllorsPredicateRoleExistsSql(AllorsExtentFilteredSql extent, IRoleType role)
 {
     extent.CheckRole(role);
     PredicateAssertions.ValidateRoleExists(role);
     this.role = role;
 }