Namespace: OpenEdge.DataAdmin
Interface
IRole
Parent classes:
Inherits: OpenEdge.DataAdmin.IDataAdminElement

Copyright (c) 2016 by Progress Software Corporation. All rights reserved.
Purpose:Security Role interface
Author(s):pjudge



Property Summary
Options Name Purpose
CHARACTER Creator /* The name of the user or role that created / owns this role definition. */
CHARACTER CustomDetail /* This is a free field to hold custom specific role details */
CHARACTER Description /* A free text description to describe the purpose and use of the role */
OpenEdge.DataAdmin.IGrantedRoleSet GrantedRoles /* Collection of Granted Roles for this Role Domain */
LOGICAL IsBuiltin /* Returns true if the Role is built-in (a system role) */
CHARACTER Name /* The unique name for the role */


Property Detail
Top

CHARACTER Creator

/* The name of the user or role that created / owns this role definition.
Returns CHARACTER
Top

CHARACTER CustomDetail

/* This is a free field to hold custom specific role details
Returns CHARACTER
Top

CHARACTER Description

/* A free text description to describe the purpose and use of the role
Returns CHARACTER
Top

OpenEdge.DataAdmin.IGrantedRoleSet GrantedRoles

/* Collection of Granted Roles for this Role Domain
Returns OpenEdge.DataAdmin.IGrantedRoleSet
Top

LOGICAL IsBuiltin

/* Returns true if the Role is built-in (a system role)
Returns LOGICAL
Top

CHARACTER Name

/* The unique name for the role
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7