Search Results for

    Show / Hide Table of Contents

    Class AuthorizationSubtree

    Represents a folder subtree of authorization rules and groups.

    Inheritance
    object
    Subtree
    AuthorizationSubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    Subtree.Key
    Subtree.Name
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    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

    Implements

    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation