Search Results for

    Show / Hide Table of Contents

    Class MatchRelativeUriResult

    Represents a result of Match Relative URI operation.

    Inheritance
    object
    MatchRelativeUriResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class MatchRelativeUriResult

    Constructors

    MatchRelativeUriResult()

    Declaration
    public MatchRelativeUriResult()

    Properties

    BoundUri

    Gets or sets the relative URI constructed from the provided binding template and the result of match operation.

    Declaration
    [DataMember]
    [SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
    public string BoundUri { get; set; }
    Property Value
    Type Description
    string

    BoundVariables

    Gets collection of variables initialized by the matching operation.

    Declaration
    [DataMember]
    public NameValueDictionary BoundVariables { get; }
    Property Value
    Type Description
    NameValueDictionary

    IsMatched

    Gets or sets flag indicating that provided relative URI was matched by matching template.

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