Class AuthorizationSubtree
Represents a folder subtree of authorization rules and groups.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public class AuthorizationSubtree : Subtree, IEquatable<Subtree>
Constructors
AuthorizationSubtree()
Instantiates a new object.
Declaration
public AuthorizationSubtree()
AuthorizationSubtree(int, string, Guid, bool)
Instantiates new object and populates it with provided identifier and display name.
Declaration
public AuthorizationSubtree(int id, string name, Guid key, bool isEnabled)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | Node identifier. |
| string | name | Node display name. |
| Guid | key | Node unique key. |
| bool | isEnabled | True if rule or group is enabled, false otherwise. |
Properties
IsEnabled
Gets or sets a flag that indicates whether this rule or group is enabled or not.
Declaration
[DataMember]
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |