Show / Hide Table of Contents

    Class AuthorizationRuleSearchQuery

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

    Inheritance
    Object
    SearchQuery
    AuthorizationRuleSearchQuery
    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()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities.Search
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class AuthorizationRuleSearchQuery : SearchQuery, IValidator

    Constructors

    AuthorizationRuleSearchQuery()

    Declaration
    public AuthorizationRuleSearchQuery()

    Properties

    Expression

    Gets or sets the expression XML that rule must have (may include wildcards).

    Declaration
    public string Expression { get; set; }
    Property Value
    Type Description
    String

    Keywords

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

    Declaration
    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
    Boolean

    True if state is valid; otherwise, false.

    Overrides
    SearchQuery.Validate()

    Implements

    IValidator
    Back to top Nevatech Sentinet 6.5 Online Documentation