Class MatchRelativeUriResult
Represents a result of Match Relative URI operation.
Inherited Members
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 |