Search Results for

    Show / Hide Table of Contents

    Class AuthorizationGroupSearchResult

    Represents an authorization group that matches authorization group search query.

    Inheritance
    object
    SearchResult
    AuthorizationGroupSearchResult
    Inherited Members
    SearchResult.GetRoute()
    SearchResult.FolderName
    SearchResult.FolderRoute
    SearchResult.Id
    SearchResult.Key
    SearchResult.Name
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities.Search
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class AuthorizationGroupSearchResult : SearchResult

    Constructors

    AuthorizationGroupSearchResult()

    Declaration
    public AuthorizationGroupSearchResult()

    Properties

    IsEnabled

    Gets or sets flag indicating that group is enabled.

    Declaration
    [DataMember]
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation