C# Class Onism.Cldr.Tools.Subsetting.Pattern

Represents a pattern based on a JPath expression.
Afficher le fichier Open project: pgolebiowski/onism-cldr

Méthodes publiques

Méthode Description
Parse ( string path ) : Pattern

Loads a Pattern from a string.

ToString ( ) : string
Validate ( string path ) : void

Private Methods

Méthode Description
Pattern ( string expression, bool isNegated ) : Newtonsoft.Json.Linq

Method Details

Parse() public static méthode

Loads a Pattern from a string.
public static Parse ( string path ) : Pattern
path string
Résultat Pattern

ToString() public méthode

public ToString ( ) : string
Résultat string

Validate() public static méthode

public static Validate ( string path ) : void
path string
Résultat void