adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityRole Class
Members


In This Topic
    SecurityRole Class
    In This Topic
    A security role represents a set of permissions that can be assigned to a SecurityLogin or to another SecurityRole.
    Object Model
    SecurityRole ClassDataContext ClassOID ClassADTObject ClassSecurityRoleCollection ClassSecurityRole Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SecurityRole 
       Inherits SecurityEntity
    public sealed class SecurityRole : SecurityEntity 
    public ref class SecurityRole sealed : public SecurityEntity 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.ADTIndependentObject
                ArcanaDevelopment.adTempus.Client.SecurityEntity
                   ArcanaDevelopment.adTempus.Client.SecurityRole

    See Also