Click or drag to resize

AccessRightsProfile Class

Represents an access rights profile.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIAccessRightsProfile

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class AccessRightsProfile

The AccessRightsProfile type exposes the following members.

Constructors
 NameDescription
Public methodAccessRightsProfileInitializes a new instance of the AccessRightsProfile class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the access rights profile.
Public propertyIsActive A value that indicates is the access rights profile active.
Public propertyIsDefault A value that indicates is the access rights profile default profile for new users.
Public propertyName A name of the access rights profile.
Public propertyRights Access rights of the profile.
Top
See Also