Search Results for

    Show / Hide Table of Contents

    Class AuthorizationGroupSearchQuery

    Provides parameters for a query that selects authorization groups from the registry.

    Inheritance
    object
    SearchQuery
    AuthorizationGroupSearchQuery
    Implements
    IValidator
    Inherited Members
    SearchQuery.Id
    SearchQuery.Key
    SearchQuery.FolderId
    SearchQuery.Name
    SearchQuery.ErrorMessage
    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 AuthorizationGroupSearchQuery : SearchQuery, IValidator

    Constructors

    AuthorizationGroupSearchQuery()

    Declaration
    public AuthorizationGroupSearchQuery()

    Properties

    Keywords

    Gets or sets the semicolon-separated list of keywords or name/value tags that authorization group must have. The keywords may include wildcards. Returned groups must match all keywords and values in the list.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public string Keywords { get; set; }
    Property Value
    Type Description
    string
    Examples

    soap;Weather*;1.0;version=1.0;owner=jsmith

    Methods

    Validate()

    Evaluates the state of this object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    bool

    True if state is valid; otherwise, false.

    Overrides
    SearchQuery.Validate()

    Implements

    IValidator
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation