Class WebTriggerRoute
Namespace: Casewhere.WebTrigger
Assembly: Casewhere.WebTrigger.dll
public class WebTriggerRoute
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WebTriggerRoute>(WebTriggerRoute)
Constructors
WebTriggerRoute()
public WebTriggerRoute()
Properties
HttpMethod
public string HttpMethod { get; set; }
Property Value
IsStaticRoute
public bool IsStaticRoute { get; }
Property Value
LiteralSegmentWeight
public int LiteralSegmentWeight { get; }
Property Value
LiteralSegments
public IList<Segment> LiteralSegments { get; }
Property Value
PlaceholderSegments
public IList<Segment> PlaceholderSegments { get; }
Property Value
TotalSegmentCount
public int TotalSegmentCount { get; }
Property Value
URLPattern
public URLPattern URLPattern { get; set; }
Property Value
WebTrigger
public WebTrigger WebTrigger { get; set; }
Property Value
WebTrigger