UserGroup Class |
Namespace: VDS.RDF.Configuration.Permissions
The UserGroup type exposes the following members.
Name | Description | |
---|---|---|
![]() | UserGroup() |
Creates a new User Group.
|
![]() | UserGroup(Boolean) |
Creates a new User Group which may allow guests.
|
Name | Description | |
---|---|---|
![]() | AllowGuests |
Gets/Sets whether Guests are allowed.
|
![]() | PermissionModel |
Gets/Sets the in-use Permission Model.
|
Name | Description | |
---|---|---|
![]() | AddAllowedAction |
Adds an allow action permission to the Group.
|
![]() | AddDeniedAction |
Adds a deny action permission to the Group.
|
![]() | AddUser |
Adds a User to the Group.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasMember(String) |
Returns whether the Group has a member with the given username.
|
![]() | HasMember(String, String) |
Returns whether the Group has a member with the given credentials.
|
![]() | IsActionPermitted |
Gets whether the Group permits the action.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |