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()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    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
    public string BoundUri { get; set; }
    Property Value
    Type Description
    String

    BoundVariables

    Gets collection of variables initialized by the matching operation.

    Declaration
    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
    public bool IsMatched { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Nevatech Sentinet 6.5 Online Documentation