JsonPathSubscriptionExpression Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Json based PathSubscriptionExpression This class is responsible for translating both ways between Json Paths stored in the dabases into a readable FilterName/Operator/FilterValue
public class JsonPathSubscriptionExpression : Microsoft.VisualStudio.Services.Notifications.WebApi.PathSubscriptionExpression
type JsonPathSubscriptionExpression = class
inherit PathSubscriptionExpression
Public Class JsonPathSubscriptionExpression
Inherits PathSubscriptionExpression
- Inheritance
Constructors
| JsonPathSubscriptionExpression() |
Properties
| FilterName | (Inherited from PathSubscriptionExpression) |
| FilterNameIgnoreCase | (Inherited from PathSubscriptionExpression) |
| FilterType | (Inherited from PathSubscriptionExpression) |
| FilterValue | (Inherited from PathSubscriptionExpression) |
| Path | (Inherited from PathSubscriptionExpression) |
| PostFilterPath | (Inherited from PathSubscriptionExpression) |
| UseSingleQuoteChar | (Inherited from PathSubscriptionExpression) |
Methods
| ParseLastJsonPathFilter(String, String, String, String) | |
| ParsePath(String) | |
| ToPath() |